Accessors

  • get Mutation(): (<Z>(o, ops?) => Promise<InputType<{
        __typename: "Mutation";
        acceptChildOrder: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        addParticipant: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        addTrustedAccount: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        cancelRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalAddAuthor: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCalculateVotes: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCompleteVoting: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalConvertSegment: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateCommit: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateCycle: {
            __typename: "CapitalCycle";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            end_date: "scalar" & {
                name: "DateTime";
            };
            name: string;
            present: boolean;
            start_date: "scalar" & {
                name: "DateTime";
            };
            status: CycleStatus;
        };
        capitalCreateDebt: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateExpense: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateIssue: {
            __typename: "CapitalIssue";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            creators_hashs: string[];
            cycle_id?: null | string;
            description?: null | string;
            estimate: number;
            issue_hash: string;
            metadata: "scalar" & {
                name: "JSON";
            };
            present: boolean;
            priority: IssuePriority;
            project_hash: string;
            sort_order: number;
            status: IssueStatus;
            submaster_hash?: null | string;
            title: string;
        };
        capitalCreateProgramProperty: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateProjectInvest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateProjectProperty: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateStory: {
            __typename: "CapitalStory";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            description?: null | string;
            issue_id?: null | string;
            present: boolean;
            project_hash?: null | string;
            sort_order: number;
            status: StoryStatus;
            story_hash: string;
            title: string;
        };
        capitalDeleteIssue: boolean;
        capitalDeleteProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalDeleteStory: boolean;
        capitalEditProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalFundProgram: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalFundProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalImportContributor: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalMakeClearance: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalOpenProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalPushResult: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRefreshProgram: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRefreshProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRefreshSegment: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRegisterContributor: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSetConfig: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSetMaster: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSetPlan: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalStartProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalStartVoting: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSubmitVote: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalUpdateIssue: {
            __typename: "CapitalIssue";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            creators_hashs: string[];
            cycle_id?: null | string;
            description?: null | string;
            estimate: number;
            issue_hash: string;
            metadata: "scalar" & {
                name: "JSON";
            };
            present: boolean;
            priority: IssuePriority;
            project_hash: string;
            sort_order: number;
            status: IssueStatus;
            submaster_hash?: null | string;
            title: string;
        };
        capitalUpdateStory: {
            __typename: "CapitalStory";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            description?: null | string;
            issue_id?: null | string;
            present: boolean;
            project_hash?: null | string;
            sort_order: number;
            status: StoryStatus;
            story_hash: string;
            title: string;
        };
        completeRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        confirmReceiveOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        confirmSupplyOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        createAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        createBankAccount: {
            __typename: "PaymentMethod";
            created_at: "scalar" & {
                name: "DateTime";
            };
            data: {
                ...on BankAccount: "__union" & {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                ...on SbpAccount: "__union" & {
                    __typename: "SbpAccount";
                    phone: string;
                };
                __typename: "BankAccount" | "SbpAccount";
            };
            is_default: boolean;
            method_id: string;
            method_type: string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
            username: string;
        };
        createBranch: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        createChildOrder: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        createDepositPayment: {
            __typename: "GatewayPayment";
            blockchain_data?: null | "scalar" & {
                name: "JSON";
            };
            can_change_status: boolean;
            coopname: string;
            created_at: "scalar" & {
                name: "DateTime";
            };
            direction: PaymentDirection;
            direction_label: string;
            expired_at?: null | "scalar" & {
                name: "DateTime";
            };
            formatted_amount: string;
            hash?: null | string;
            id?: null | string;
            income_hash?: null | string;
            is_final: boolean;
            memo?: null | string;
            message?: null | string;
            outcome_hash?: null | string;
            payment_details?: null | {
                __typename: "PaymentDetails";
                amount_plus_fee: string;
                amount_without_fee: string;
                data: "scalar" & {
                    name: "JSON";
                };
                fact_fee_percent: number;
                fee_amount: string;
                fee_percent: number;
                tolerance_percent: number;
            };
            payment_method_id?: null | string;
            provider?: null | string;
            quantity: number;
            statement?: null | "scalar" & {
                name: "JSON";
            };
            status: PaymentStatus;
            status_label: string;
            symbol: string;
            type: PaymentType;
            type_label: string;
            updated_at?: null | "scalar" & {
                name: "DateTime";
            };
            username: string;
            username_certificate?: null | {
                ...on EntrepreneurCertificate: "__union" & {
                    __typename: "EntrepreneurCertificate";
                    first_name: string;
                    inn: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on IndividualCertificate: "__union" & {
                    __typename: "IndividualCertificate";
                    first_name: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on OrganizationCertificate: "__union" & {
                    __typename: "OrganizationCertificate";
                    inn: string;
                    ogrn: string;
                    represented_by: {
                        __typename: "RepresentedByCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: AccountType;
                    username: string;
                };
                __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
            };
        };
        createInitialPayment: {
            __typename: "GatewayPayment";
            blockchain_data?: null | "scalar" & {
                name: "JSON";
            };
            can_change_status: boolean;
            coopname: string;
            created_at: "scalar" & {
                name: "DateTime";
            };
            direction: PaymentDirection;
            direction_label: string;
            expired_at?: null | "scalar" & {
                name: "DateTime";
            };
            formatted_amount: string;
            hash?: null | string;
            id?: null | string;
            income_hash?: null | string;
            is_final: boolean;
            memo?: null | string;
            message?: null | string;
            outcome_hash?: null | string;
            payment_details?: null | {
                __typename: "PaymentDetails";
                amount_plus_fee: string;
                amount_without_fee: string;
                data: "scalar" & {
                    name: "JSON";
                };
                fact_fee_percent: number;
                fee_amount: string;
                fee_percent: number;
                tolerance_percent: number;
            };
            payment_method_id?: null | string;
            provider?: null | string;
            quantity: number;
            statement?: null | "scalar" & {
                name: "JSON";
            };
            status: PaymentStatus;
            status_label: string;
            symbol: string;
            type: PaymentType;
            type_label: string;
            updated_at?: null | "scalar" & {
                name: "DateTime";
            };
            username: string;
            username_certificate?: null | {
                ...on EntrepreneurCertificate: "__union" & {
                    __typename: "EntrepreneurCertificate";
                    first_name: string;
                    inn: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on IndividualCertificate: "__union" & {
                    __typename: "IndividualCertificate";
                    first_name: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on OrganizationCertificate: "__union" & {
                    __typename: "OrganizationCertificate";
                    inn: string;
                    ogrn: string;
                    represented_by: {
                        __typename: "RepresentedByCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: AccountType;
                    username: string;
                };
                __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
            };
        };
        createParentOffer: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        createProjectOfFreeDecision: {
            __typename: "CreatedProjectFreeDecision";
            decision: string;
            id: string;
            question: string;
        };
        createWebPushSubscription: {
            __typename: "CreateSubscriptionResponse";
            message: string;
            subscription: {
                __typename: "WebPushSubscriptionDto";
                authKey: string;
                createdAt: "scalar" & {
                    name: "DateTime";
                };
                endpoint: string;
                id: string;
                isActive: boolean;
                p256dhKey: string;
                updatedAt: "scalar" & {
                    name: "DateTime";
                };
                userAgent?: null | string;
                username: string;
            };
            success: boolean;
        };
        createWithdraw: {
            __typename: "CreateWithdrawResponse";
            withdraw_hash: string;
        };
        deactivateWebPushSubscriptionById: boolean;
        declineRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        deleteBranch: boolean;
        deletePaymentMethod: boolean;
        deleteTrustedAccount: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        deliverOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        disputeOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        editBranch: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        generateAnnualGeneralMeetAgendaDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAnnualGeneralMeetDecisionDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAnnualGeneralMeetNotificationDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAssetContributionAct: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAssetContributionDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAssetContributionStatement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateBallotForAnnualGeneralMeetDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateFreeDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateParticipantApplication: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateParticipantApplicationDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generatePrivacyAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateProjectOfFreeDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByAssetAct: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByAssetDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByAssetStatement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByMoneyDecisionDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByMoneyStatementDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateSelectBranchDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateSignatureAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateSovietDecisionOnAnnualMeetDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateUserAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateWalletAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        initSystem: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        installExtension: {
            __typename: "Extension";
            config?: null | "scalar" & {
                name: "JSON";
            };
            created_at: "scalar" & {
                name: "DateTime";
            };
            description?: null | string;
            enabled: boolean;
            external_url?: null | string;
            image?: null | string;
            instructions: string;
            is_available: boolean;
            is_builtin: boolean;
            is_desktop: boolean;
            is_installed: boolean;
            is_internal: boolean;
            name: string;
            readme: string;
            schema?: null | "scalar" & {
                name: "JSON";
            };
            tags: string[];
            title?: null | string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
        };
        installSystem: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        login: {
            __typename: "RegisteredAccount";
            account: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: ...;
                            accounts: ...;
                            keys: ...;
                            threshold: ...;
                            waits: ...;
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: (...) | (...) | (...);
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            kpp: ...;
                            ogrn: ...;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: ...;
                            based_on: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name: ...;
                            position: ...;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            tokens: {
                __typename: "Tokens";
                access: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
                refresh: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
            };
        };
        logout: boolean;
        moderateRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        notifyOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        prohibitRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        publishProjectOfFreeDecision: boolean;
        publishRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        receiveOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        refresh: {
            __typename: "RegisteredAccount";
            account: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: ...;
                            accounts: ...;
                            keys: ...;
                            threshold: ...;
                            waits: ...;
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: (...) | (...) | (...);
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            kpp: ...;
                            ogrn: ...;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: ...;
                            based_on: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name: ...;
                            position: ...;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            tokens: {
                __typename: "Tokens";
                access: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
                refresh: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
            };
        };
        registerAccount: {
            __typename: "RegisteredAccount";
            account: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: ...;
                            accounts: ...;
                            keys: ...;
                            threshold: ...;
                            waits: ...;
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: (...) | (...) | (...);
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            kpp: ...;
                            ogrn: ...;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: ...;
                            based_on: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name: ...;
                            position: ...;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            tokens: {
                __typename: "Tokens";
                access: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
                refresh: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
            };
        };
        registerParticipant: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        resetKey: boolean;
        restartAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        selectBranch: boolean;
        setPaymentStatus: {
            __typename: "GatewayPayment";
            blockchain_data?: null | "scalar" & {
                name: "JSON";
            };
            can_change_status: boolean;
            coopname: string;
            created_at: "scalar" & {
                name: "DateTime";
            };
            direction: PaymentDirection;
            direction_label: string;
            expired_at?: null | "scalar" & {
                name: "DateTime";
            };
            formatted_amount: string;
            hash?: null | string;
            id?: null | string;
            income_hash?: null | string;
            is_final: boolean;
            memo?: null | string;
            message?: null | string;
            outcome_hash?: null | string;
            payment_details?: null | {
                __typename: "PaymentDetails";
                amount_plus_fee: string;
                amount_without_fee: string;
                data: "scalar" & {
                    name: "JSON";
                };
                fact_fee_percent: number;
                fee_amount: string;
                fee_percent: number;
                tolerance_percent: number;
            };
            payment_method_id?: null | string;
            provider?: null | string;
            quantity: number;
            statement?: null | "scalar" & {
                name: "JSON";
            };
            status: PaymentStatus;
            status_label: string;
            symbol: string;
            type: PaymentType;
            type_label: string;
            updated_at?: null | "scalar" & {
                name: "DateTime";
            };
            username: string;
            username_certificate?: null | {
                ...on EntrepreneurCertificate: "__union" & {
                    __typename: "EntrepreneurCertificate";
                    first_name: string;
                    inn: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on IndividualCertificate: "__union" & {
                    __typename: "IndividualCertificate";
                    first_name: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on OrganizationCertificate: "__union" & {
                    __typename: "OrganizationCertificate";
                    inn: string;
                    ogrn: string;
                    represented_by: {
                        __typename: "RepresentedByCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: AccountType;
                    username: string;
                };
                __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
            };
        };
        setWif: boolean;
        signByPresiderOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        signBySecretaryOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        startResetKey: boolean;
        supplyOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        uninstallExtension: boolean;
        unpublishRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        updateAccount: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        updateBankAccount: {
            __typename: "PaymentMethod";
            created_at: "scalar" & {
                name: "DateTime";
            };
            data: {
                ...on BankAccount: "__union" & {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                ...on SbpAccount: "__union" & {
                    __typename: "SbpAccount";
                    phone: string;
                };
                __typename: "BankAccount" | "SbpAccount";
            };
            is_default: boolean;
            method_id: string;
            method_type: string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
            username: string;
        };
        updateExtension: {
            __typename: "Extension";
            config?: null | "scalar" & {
                name: "JSON";
            };
            created_at: "scalar" & {
                name: "DateTime";
            };
            description?: null | string;
            enabled: boolean;
            external_url?: null | string;
            image?: null | string;
            instructions: string;
            is_available: boolean;
            is_builtin: boolean;
            is_desktop: boolean;
            is_installed: boolean;
            is_internal: boolean;
            name: string;
            readme: string;
            schema?: null | "scalar" & {
                name: "JSON";
            };
            tags: string[];
            title?: null | string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
        };
        updateRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        updateSystem: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        voteOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
    }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>)
  • Доступ к GraphQL-мутациям.

    Returns (<Z>(o, ops?) => Promise<InputType<{
        __typename: "Mutation";
        acceptChildOrder: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        addParticipant: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        addTrustedAccount: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        cancelRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalAddAuthor: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCalculateVotes: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCompleteVoting: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalConvertSegment: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateCommit: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateCycle: {
            __typename: "CapitalCycle";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            end_date: "scalar" & {
                name: "DateTime";
            };
            name: string;
            present: boolean;
            start_date: "scalar" & {
                name: "DateTime";
            };
            status: CycleStatus;
        };
        capitalCreateDebt: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateExpense: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateIssue: {
            __typename: "CapitalIssue";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            creators_hashs: string[];
            cycle_id?: null | string;
            description?: null | string;
            estimate: number;
            issue_hash: string;
            metadata: "scalar" & {
                name: "JSON";
            };
            present: boolean;
            priority: IssuePriority;
            project_hash: string;
            sort_order: number;
            status: IssueStatus;
            submaster_hash?: null | string;
            title: string;
        };
        capitalCreateProgramProperty: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateProjectInvest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateProjectProperty: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalCreateStory: {
            __typename: "CapitalStory";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            description?: null | string;
            issue_id?: null | string;
            present: boolean;
            project_hash?: null | string;
            sort_order: number;
            status: StoryStatus;
            story_hash: string;
            title: string;
        };
        capitalDeleteIssue: boolean;
        capitalDeleteProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalDeleteStory: boolean;
        capitalEditProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalFundProgram: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalFundProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalImportContributor: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalMakeClearance: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalOpenProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalPushResult: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRefreshProgram: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRefreshProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRefreshSegment: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalRegisterContributor: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSetConfig: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSetMaster: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSetPlan: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalStartProject: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalStartVoting: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalSubmitVote: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        capitalUpdateIssue: {
            __typename: "CapitalIssue";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            creators_hashs: string[];
            cycle_id?: null | string;
            description?: null | string;
            estimate: number;
            issue_hash: string;
            metadata: "scalar" & {
                name: "JSON";
            };
            present: boolean;
            priority: IssuePriority;
            project_hash: string;
            sort_order: number;
            status: IssueStatus;
            submaster_hash?: null | string;
            title: string;
        };
        capitalUpdateStory: {
            __typename: "CapitalStory";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            description?: null | string;
            issue_id?: null | string;
            present: boolean;
            project_hash?: null | string;
            sort_order: number;
            status: StoryStatus;
            story_hash: string;
            title: string;
        };
        completeRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        confirmReceiveOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        confirmSupplyOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        createAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        createBankAccount: {
            __typename: "PaymentMethod";
            created_at: "scalar" & {
                name: "DateTime";
            };
            data: {
                ...on BankAccount: "__union" & {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                ...on SbpAccount: "__union" & {
                    __typename: "SbpAccount";
                    phone: string;
                };
                __typename: "BankAccount" | "SbpAccount";
            };
            is_default: boolean;
            method_id: string;
            method_type: string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
            username: string;
        };
        createBranch: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        createChildOrder: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        createDepositPayment: {
            __typename: "GatewayPayment";
            blockchain_data?: null | "scalar" & {
                name: "JSON";
            };
            can_change_status: boolean;
            coopname: string;
            created_at: "scalar" & {
                name: "DateTime";
            };
            direction: PaymentDirection;
            direction_label: string;
            expired_at?: null | "scalar" & {
                name: "DateTime";
            };
            formatted_amount: string;
            hash?: null | string;
            id?: null | string;
            income_hash?: null | string;
            is_final: boolean;
            memo?: null | string;
            message?: null | string;
            outcome_hash?: null | string;
            payment_details?: null | {
                __typename: "PaymentDetails";
                amount_plus_fee: string;
                amount_without_fee: string;
                data: "scalar" & {
                    name: "JSON";
                };
                fact_fee_percent: number;
                fee_amount: string;
                fee_percent: number;
                tolerance_percent: number;
            };
            payment_method_id?: null | string;
            provider?: null | string;
            quantity: number;
            statement?: null | "scalar" & {
                name: "JSON";
            };
            status: PaymentStatus;
            status_label: string;
            symbol: string;
            type: PaymentType;
            type_label: string;
            updated_at?: null | "scalar" & {
                name: "DateTime";
            };
            username: string;
            username_certificate?: null | {
                ...on EntrepreneurCertificate: "__union" & {
                    __typename: "EntrepreneurCertificate";
                    first_name: string;
                    inn: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on IndividualCertificate: "__union" & {
                    __typename: "IndividualCertificate";
                    first_name: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on OrganizationCertificate: "__union" & {
                    __typename: "OrganizationCertificate";
                    inn: string;
                    ogrn: string;
                    represented_by: {
                        __typename: "RepresentedByCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: AccountType;
                    username: string;
                };
                __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
            };
        };
        createInitialPayment: {
            __typename: "GatewayPayment";
            blockchain_data?: null | "scalar" & {
                name: "JSON";
            };
            can_change_status: boolean;
            coopname: string;
            created_at: "scalar" & {
                name: "DateTime";
            };
            direction: PaymentDirection;
            direction_label: string;
            expired_at?: null | "scalar" & {
                name: "DateTime";
            };
            formatted_amount: string;
            hash?: null | string;
            id?: null | string;
            income_hash?: null | string;
            is_final: boolean;
            memo?: null | string;
            message?: null | string;
            outcome_hash?: null | string;
            payment_details?: null | {
                __typename: "PaymentDetails";
                amount_plus_fee: string;
                amount_without_fee: string;
                data: "scalar" & {
                    name: "JSON";
                };
                fact_fee_percent: number;
                fee_amount: string;
                fee_percent: number;
                tolerance_percent: number;
            };
            payment_method_id?: null | string;
            provider?: null | string;
            quantity: number;
            statement?: null | "scalar" & {
                name: "JSON";
            };
            status: PaymentStatus;
            status_label: string;
            symbol: string;
            type: PaymentType;
            type_label: string;
            updated_at?: null | "scalar" & {
                name: "DateTime";
            };
            username: string;
            username_certificate?: null | {
                ...on EntrepreneurCertificate: "__union" & {
                    __typename: "EntrepreneurCertificate";
                    first_name: string;
                    inn: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on IndividualCertificate: "__union" & {
                    __typename: "IndividualCertificate";
                    first_name: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on OrganizationCertificate: "__union" & {
                    __typename: "OrganizationCertificate";
                    inn: string;
                    ogrn: string;
                    represented_by: {
                        __typename: "RepresentedByCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: AccountType;
                    username: string;
                };
                __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
            };
        };
        createParentOffer: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        createProjectOfFreeDecision: {
            __typename: "CreatedProjectFreeDecision";
            decision: string;
            id: string;
            question: string;
        };
        createWebPushSubscription: {
            __typename: "CreateSubscriptionResponse";
            message: string;
            subscription: {
                __typename: "WebPushSubscriptionDto";
                authKey: string;
                createdAt: "scalar" & {
                    name: "DateTime";
                };
                endpoint: string;
                id: string;
                isActive: boolean;
                p256dhKey: string;
                updatedAt: "scalar" & {
                    name: "DateTime";
                };
                userAgent?: null | string;
                username: string;
            };
            success: boolean;
        };
        createWithdraw: {
            __typename: "CreateWithdrawResponse";
            withdraw_hash: string;
        };
        deactivateWebPushSubscriptionById: boolean;
        declineRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        deleteBranch: boolean;
        deletePaymentMethod: boolean;
        deleteTrustedAccount: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        deliverOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        disputeOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        editBranch: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        };
        generateAnnualGeneralMeetAgendaDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAnnualGeneralMeetDecisionDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAnnualGeneralMeetNotificationDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAssetContributionAct: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAssetContributionDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateAssetContributionStatement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateBallotForAnnualGeneralMeetDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateFreeDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateParticipantApplication: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateParticipantApplicationDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generatePrivacyAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateProjectOfFreeDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByAssetAct: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByAssetDecision: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByAssetStatement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByMoneyDecisionDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateReturnByMoneyStatementDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateSelectBranchDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateSignatureAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateSovietDecisionOnAnnualMeetDocument: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateUserAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        generateWalletAgreement: {
            __typename: "GeneratedDocument";
            binary: string;
            full_title: string;
            hash: string;
            html: string;
            meta: "scalar" & {
                name: "JSON";
            };
        };
        initSystem: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        installExtension: {
            __typename: "Extension";
            config?: null | "scalar" & {
                name: "JSON";
            };
            created_at: "scalar" & {
                name: "DateTime";
            };
            description?: null | string;
            enabled: boolean;
            external_url?: null | string;
            image?: null | string;
            instructions: string;
            is_available: boolean;
            is_builtin: boolean;
            is_desktop: boolean;
            is_installed: boolean;
            is_internal: boolean;
            name: string;
            readme: string;
            schema?: null | "scalar" & {
                name: "JSON";
            };
            tags: string[];
            title?: null | string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
        };
        installSystem: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        login: {
            __typename: "RegisteredAccount";
            account: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: ...;
                            accounts: ...;
                            keys: ...;
                            threshold: ...;
                            waits: ...;
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: (...) | (...) | (...);
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            kpp: ...;
                            ogrn: ...;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: ...;
                            based_on: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name: ...;
                            position: ...;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            tokens: {
                __typename: "Tokens";
                access: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
                refresh: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
            };
        };
        logout: boolean;
        moderateRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        notifyOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        prohibitRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        publishProjectOfFreeDecision: boolean;
        publishRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        receiveOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        refresh: {
            __typename: "RegisteredAccount";
            account: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: ...;
                            accounts: ...;
                            keys: ...;
                            threshold: ...;
                            waits: ...;
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: (...) | (...) | (...);
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            kpp: ...;
                            ogrn: ...;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: ...;
                            based_on: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name: ...;
                            position: ...;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            tokens: {
                __typename: "Tokens";
                access: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
                refresh: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
            };
        };
        registerAccount: {
            __typename: "RegisteredAccount";
            account: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: ...;
                            accounts: ...;
                            keys: ...;
                            threshold: ...;
                            waits: ...;
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: (...) | (...) | (...);
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: ...;
                            inn: ...;
                            kpp: ...;
                            ogrn: ...;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: ...;
                            based_on: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name: ...;
                            position: ...;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            tokens: {
                __typename: "Tokens";
                access: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
                refresh: {
                    __typename: "Token";
                    expires: "scalar" & {
                        name: "DateTime";
                    };
                    token: string;
                };
            };
        };
        registerParticipant: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        resetKey: boolean;
        restartAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        selectBranch: boolean;
        setPaymentStatus: {
            __typename: "GatewayPayment";
            blockchain_data?: null | "scalar" & {
                name: "JSON";
            };
            can_change_status: boolean;
            coopname: string;
            created_at: "scalar" & {
                name: "DateTime";
            };
            direction: PaymentDirection;
            direction_label: string;
            expired_at?: null | "scalar" & {
                name: "DateTime";
            };
            formatted_amount: string;
            hash?: null | string;
            id?: null | string;
            income_hash?: null | string;
            is_final: boolean;
            memo?: null | string;
            message?: null | string;
            outcome_hash?: null | string;
            payment_details?: null | {
                __typename: "PaymentDetails";
                amount_plus_fee: string;
                amount_without_fee: string;
                data: "scalar" & {
                    name: "JSON";
                };
                fact_fee_percent: number;
                fee_amount: string;
                fee_percent: number;
                tolerance_percent: number;
            };
            payment_method_id?: null | string;
            provider?: null | string;
            quantity: number;
            statement?: null | "scalar" & {
                name: "JSON";
            };
            status: PaymentStatus;
            status_label: string;
            symbol: string;
            type: PaymentType;
            type_label: string;
            updated_at?: null | "scalar" & {
                name: "DateTime";
            };
            username: string;
            username_certificate?: null | {
                ...on EntrepreneurCertificate: "__union" & {
                    __typename: "EntrepreneurCertificate";
                    first_name: string;
                    inn: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on IndividualCertificate: "__union" & {
                    __typename: "IndividualCertificate";
                    first_name: string;
                    last_name: string;
                    middle_name?: null | string;
                    type: AccountType;
                    username: string;
                };
                ...on OrganizationCertificate: "__union" & {
                    __typename: "OrganizationCertificate";
                    inn: string;
                    ogrn: string;
                    represented_by: {
                        __typename: "RepresentedByCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: AccountType;
                    username: string;
                };
                __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
            };
        };
        setWif: boolean;
        signByPresiderOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        signBySecretaryOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        startResetKey: boolean;
        supplyOnRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        uninstallExtension: boolean;
        unpublishRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        updateAccount: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        updateBankAccount: {
            __typename: "PaymentMethod";
            created_at: "scalar" & {
                name: "DateTime";
            };
            data: {
                ...on BankAccount: "__union" & {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                ...on SbpAccount: "__union" & {
                    __typename: "SbpAccount";
                    phone: string;
                };
                __typename: "BankAccount" | "SbpAccount";
            };
            is_default: boolean;
            method_id: string;
            method_type: string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
            username: string;
        };
        updateExtension: {
            __typename: "Extension";
            config?: null | "scalar" & {
                name: "JSON";
            };
            created_at: "scalar" & {
                name: "DateTime";
            };
            description?: null | string;
            enabled: boolean;
            external_url?: null | string;
            image?: null | string;
            instructions: string;
            is_available: boolean;
            is_builtin: boolean;
            is_desktop: boolean;
            is_installed: boolean;
            is_internal: boolean;
            name: string;
            readme: string;
            schema?: null | "scalar" & {
                name: "JSON";
            };
            tags: string[];
            title?: null | string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
        };
        updateRequest: {
            __typename: "Transaction";
            chain?: null | "scalar" & {
                name: "JSON";
            };
            request?: null | "scalar" & {
                name: "JSON";
            };
            resolved?: null | "scalar" & {
                name: "JSON";
            };
            response?: null | "scalar" & {
                name: "JSON";
            };
            returns?: null | "scalar" & {
                name: "JSON";
            };
            revisions?: null | "scalar" & {
                name: "JSON";
            };
            signatures?: null | "scalar" & {
                name: "JSON";
            };
            signer?: null | "scalar" & {
                name: "JSON";
            };
            transaction?: null | "scalar" & {
                name: "JSON";
            };
        };
        updateSystem: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        voteOnAnnualGeneralMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
    }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>)

      • <Z>(o, ops?): Promise<InputType<{
            __typename: "Mutation";
            acceptChildOrder: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            addParticipant: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            addTrustedAccount: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            cancelRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalAddAuthor: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCalculateVotes: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCompleteVoting: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalConvertSegment: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateCommit: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateCycle: {
                __typename: "CapitalCycle";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                end_date: "scalar" & {
                    name: "DateTime";
                };
                name: string;
                present: boolean;
                start_date: "scalar" & {
                    name: "DateTime";
                };
                status: CycleStatus;
            };
            capitalCreateDebt: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateExpense: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateIssue: {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            };
            capitalCreateProgramProperty: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateProjectInvest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateProjectProperty: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateStory: {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            };
            capitalDeleteIssue: boolean;
            capitalDeleteProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalDeleteStory: boolean;
            capitalEditProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalFundProgram: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalFundProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalImportContributor: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalMakeClearance: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalOpenProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalPushResult: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRefreshProgram: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRefreshProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRefreshSegment: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRegisterContributor: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSetConfig: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSetMaster: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSetPlan: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalStartProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalStartVoting: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSubmitVote: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalUpdateIssue: {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            };
            capitalUpdateStory: {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            };
            completeRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            confirmReceiveOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            confirmSupplyOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            createAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            createBankAccount: {
                __typename: "PaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    ...on BankAccount: "__union" & {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    ...on SbpAccount: "__union" & {
                        __typename: "SbpAccount";
                        phone: string;
                    };
                    __typename: "BankAccount" | "SbpAccount";
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            createBranch: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            createChildOrder: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            createDepositPayment: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: "EntrepreneurCertificate";
                        first_name: string;
                        inn: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: "IndividualCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: "OrganizationCertificate";
                        inn: string;
                        ogrn: string;
                        represented_by: {
                            __typename: "RepresentedByCertificate";
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: AccountType;
                        username: string;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            createInitialPayment: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: "EntrepreneurCertificate";
                        first_name: string;
                        inn: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: "IndividualCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: "OrganizationCertificate";
                        inn: string;
                        ogrn: string;
                        represented_by: {
                            __typename: "RepresentedByCertificate";
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: AccountType;
                        username: string;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            createParentOffer: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            createProjectOfFreeDecision: {
                __typename: "CreatedProjectFreeDecision";
                decision: string;
                id: string;
                question: string;
            };
            createWebPushSubscription: {
                __typename: "CreateSubscriptionResponse";
                message: string;
                subscription: {
                    __typename: "WebPushSubscriptionDto";
                    authKey: string;
                    createdAt: "scalar" & {
                        name: "DateTime";
                    };
                    endpoint: string;
                    id: string;
                    isActive: boolean;
                    p256dhKey: string;
                    updatedAt: "scalar" & {
                        name: "DateTime";
                    };
                    userAgent?: null | string;
                    username: string;
                };
                success: boolean;
            };
            createWithdraw: {
                __typename: "CreateWithdrawResponse";
                withdraw_hash: string;
            };
            deactivateWebPushSubscriptionById: boolean;
            declineRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            deleteBranch: boolean;
            deletePaymentMethod: boolean;
            deleteTrustedAccount: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            deliverOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            disputeOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            editBranch: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            generateAnnualGeneralMeetAgendaDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAnnualGeneralMeetDecisionDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAnnualGeneralMeetNotificationDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAssetContributionAct: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAssetContributionDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAssetContributionStatement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateBallotForAnnualGeneralMeetDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateFreeDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateParticipantApplication: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateParticipantApplicationDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generatePrivacyAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateProjectOfFreeDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByAssetAct: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByAssetDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByAssetStatement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByMoneyDecisionDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByMoneyStatementDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateSelectBranchDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateSignatureAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateSovietDecisionOnAnnualMeetDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateUserAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateWalletAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            initSystem: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            installExtension: {
                __typename: "Extension";
                config?: null | "scalar" & {
                    name: "JSON";
                };
                created_at: "scalar" & {
                    name: "DateTime";
                };
                description?: null | string;
                enabled: boolean;
                external_url?: null | string;
                image?: null | string;
                instructions: string;
                is_available: boolean;
                is_builtin: boolean;
                is_desktop: boolean;
                is_installed: boolean;
                is_internal: boolean;
                name: string;
                readme: string;
                schema?: null | "scalar" & {
                    name: "JSON";
                };
                tags: string[];
                title?: null | string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
            };
            installSystem: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            login: {
                __typename: "RegisteredAccount";
                account: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: "Permission";
                            parent: string;
                            perm_name: string;
                            required_auth: {
                                __typename: ...;
                                accounts: ...;
                                keys: ...;
                                threshold: ...;
                                waits: ...;
                            };
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: "RefundRequest";
                            cpu_amount: string;
                            net_amount: string;
                            owner: string;
                            request_time: string;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: "ResourceDelegationDTO";
                            cpu_weight: string;
                            from: string;
                            net_weight: string;
                            to: string;
                        };
                        total_resources?: null | {
                            __typename: "ResourceOverview";
                            cpu_weight: string;
                            net_weight: string;
                            owner: string;
                            ram_bytes: number;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: "DateTime";
                        };
                        last_update: "scalar" & {
                            name: "DateTime";
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: "Entrepreneur";
                            birthdate: string;
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                ogrn: ...;
                            };
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            phone: string;
                            username: string;
                        };
                        individual_data?: null | {
                            __typename: "Individual";
                            birthdate: string;
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            passport?: (...) | (...) | (...);
                            phone: string;
                            username: string;
                        };
                        organization_data?: null | {
                            __typename: "Organization";
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                kpp: ...;
                                ogrn: ...;
                            };
                            email: string;
                            fact_address: string;
                            full_address: string;
                            full_name: string;
                            phone: string;
                            represented_by: {
                                __typename: ...;
                                based_on: ...;
                                first_name: ...;
                                last_name: ...;
                                middle_name: ...;
                                position: ...;
                            };
                            short_name: string;
                            type: string;
                            username: string;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: "Verification";
                            created_at: string;
                            is_verified: boolean;
                            last_update: string;
                            notice: string;
                            procedure: string;
                            verificator: string;
                        }[];
                    };
                    username: string;
                };
                tokens: {
                    __typename: "Tokens";
                    access: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                    refresh: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                };
            };
            logout: boolean;
            moderateRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            notifyOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            prohibitRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            publishProjectOfFreeDecision: boolean;
            publishRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            receiveOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            refresh: {
                __typename: "RegisteredAccount";
                account: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: "Permission";
                            parent: string;
                            perm_name: string;
                            required_auth: {
                                __typename: ...;
                                accounts: ...;
                                keys: ...;
                                threshold: ...;
                                waits: ...;
                            };
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: "RefundRequest";
                            cpu_amount: string;
                            net_amount: string;
                            owner: string;
                            request_time: string;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: "ResourceDelegationDTO";
                            cpu_weight: string;
                            from: string;
                            net_weight: string;
                            to: string;
                        };
                        total_resources?: null | {
                            __typename: "ResourceOverview";
                            cpu_weight: string;
                            net_weight: string;
                            owner: string;
                            ram_bytes: number;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: "DateTime";
                        };
                        last_update: "scalar" & {
                            name: "DateTime";
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: "Entrepreneur";
                            birthdate: string;
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                ogrn: ...;
                            };
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            phone: string;
                            username: string;
                        };
                        individual_data?: null | {
                            __typename: "Individual";
                            birthdate: string;
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            passport?: (...) | (...) | (...);
                            phone: string;
                            username: string;
                        };
                        organization_data?: null | {
                            __typename: "Organization";
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                kpp: ...;
                                ogrn: ...;
                            };
                            email: string;
                            fact_address: string;
                            full_address: string;
                            full_name: string;
                            phone: string;
                            represented_by: {
                                __typename: ...;
                                based_on: ...;
                                first_name: ...;
                                last_name: ...;
                                middle_name: ...;
                                position: ...;
                            };
                            short_name: string;
                            type: string;
                            username: string;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: "Verification";
                            created_at: string;
                            is_verified: boolean;
                            last_update: string;
                            notice: string;
                            procedure: string;
                            verificator: string;
                        }[];
                    };
                    username: string;
                };
                tokens: {
                    __typename: "Tokens";
                    access: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                    refresh: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                };
            };
            registerAccount: {
                __typename: "RegisteredAccount";
                account: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: "Permission";
                            parent: string;
                            perm_name: string;
                            required_auth: {
                                __typename: ...;
                                accounts: ...;
                                keys: ...;
                                threshold: ...;
                                waits: ...;
                            };
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: "RefundRequest";
                            cpu_amount: string;
                            net_amount: string;
                            owner: string;
                            request_time: string;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: "ResourceDelegationDTO";
                            cpu_weight: string;
                            from: string;
                            net_weight: string;
                            to: string;
                        };
                        total_resources?: null | {
                            __typename: "ResourceOverview";
                            cpu_weight: string;
                            net_weight: string;
                            owner: string;
                            ram_bytes: number;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: "DateTime";
                        };
                        last_update: "scalar" & {
                            name: "DateTime";
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: "Entrepreneur";
                            birthdate: string;
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                ogrn: ...;
                            };
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            phone: string;
                            username: string;
                        };
                        individual_data?: null | {
                            __typename: "Individual";
                            birthdate: string;
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            passport?: (...) | (...) | (...);
                            phone: string;
                            username: string;
                        };
                        organization_data?: null | {
                            __typename: "Organization";
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                kpp: ...;
                                ogrn: ...;
                            };
                            email: string;
                            fact_address: string;
                            full_address: string;
                            full_name: string;
                            phone: string;
                            represented_by: {
                                __typename: ...;
                                based_on: ...;
                                first_name: ...;
                                last_name: ...;
                                middle_name: ...;
                                position: ...;
                            };
                            short_name: string;
                            type: string;
                            username: string;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: "Verification";
                            created_at: string;
                            is_verified: boolean;
                            last_update: string;
                            notice: string;
                            procedure: string;
                            verificator: string;
                        }[];
                    };
                    username: string;
                };
                tokens: {
                    __typename: "Tokens";
                    access: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                    refresh: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                };
            };
            registerParticipant: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            resetKey: boolean;
            restartAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            selectBranch: boolean;
            setPaymentStatus: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: "EntrepreneurCertificate";
                        first_name: string;
                        inn: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: "IndividualCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: "OrganizationCertificate";
                        inn: string;
                        ogrn: string;
                        represented_by: {
                            __typename: "RepresentedByCertificate";
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: AccountType;
                        username: string;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            setWif: boolean;
            signByPresiderOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            signBySecretaryOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            startResetKey: boolean;
            supplyOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            uninstallExtension: boolean;
            unpublishRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            updateAccount: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            updateBankAccount: {
                __typename: "PaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    ...on BankAccount: "__union" & {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    ...on SbpAccount: "__union" & {
                        __typename: "SbpAccount";
                        phone: string;
                    };
                    __typename: "BankAccount" | "SbpAccount";
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            updateExtension: {
                __typename: "Extension";
                config?: null | "scalar" & {
                    name: "JSON";
                };
                created_at: "scalar" & {
                    name: "DateTime";
                };
                description?: null | string;
                enabled: boolean;
                external_url?: null | string;
                image?: null | string;
                instructions: string;
                is_available: boolean;
                is_builtin: boolean;
                is_desktop: boolean;
                is_installed: boolean;
                is_internal: boolean;
                name: string;
                readme: string;
                schema?: null | "scalar" & {
                    name: "JSON";
                };
                tags: string[];
                title?: null | string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
            };
            updateRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            updateSystem: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            voteOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
        }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>
      • Type Parameters

        • Z extends AliasType<{
              __typename?: boolean | `@${string}`;
              acceptChildOrder?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      exchange_id: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              addParticipant?: [{
                  data: {
                      created_at: string | Variable<any, string>;
                      email: string | Variable<any, string>;
                      entrepreneur_data?: null | {
                          bank_account: (...) | (...);
                          birthdate: (...) | (...);
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          first_name: (...) | (...);
                          full_address: (...) | (...);
                          last_name: (...) | (...);
                          middle_name: (...) | (...);
                          phone: (...) | (...);
                      } | Variable<any, string>;
                      individual_data?: null | {
                          birthdate: (...) | (...);
                          first_name: (...) | (...);
                          full_address: (...) | (...);
                          last_name: (...) | (...);
                          middle_name: (...) | (...);
                          passport?: (...) | (...) | (...) | (...);
                          phone: (...) | (...);
                      } | Variable<any, string>;
                      initial: string | Variable<any, string>;
                      minimum: string | Variable<any, string>;
                      organization_data?: null | {
                          bank_account: (...) | (...);
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          fact_address: (...) | (...);
                          full_address: (...) | (...);
                          full_name: (...) | (...);
                          phone: (...) | (...);
                          represented_by: (...) | (...);
                          short_name: (...) | (...);
                          type: (...) | (...);
                      } | Variable<any, string>;
                      referer?: null | string | Variable<any, string>;
                      spread_initial: boolean | Variable<any, string>;
                      type: AccountType | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_name?: (...) | (...) | (...) | (...);
                      core_liquid_balance?: (...) | (...) | (...) | (...);
                      cpu_limit?: (...) | (...);
                      cpu_weight?: (...) | (...) | (...) | (...);
                      created?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_code_update?: (...) | (...) | (...) | (...);
                      net_limit?: (...) | (...);
                      net_weight?: (...) | (...) | (...) | (...);
                      permissions?: (...) | (...);
                      privileged?: (...) | (...) | (...) | (...);
                      ram_quota?: (...) | (...) | (...) | (...);
                      ram_usage?: (...) | (...) | (...) | (...);
                      refund_request?: (...) | (...);
                      rex_info?: (...) | (...) | (...) | (...);
                      self_delegated_bandwidth?: (...) | (...);
                      total_resources?: (...) | (...);
                      voter_info?: (...) | (...) | (...) | (...);
                  }>;
                  participant_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      braname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      has_vote?: (...) | (...) | (...) | (...);
                      initial_amount?: (...) | (...) | (...) | (...);
                      is_initial?: (...) | (...) | (...) | (...);
                      is_minimum?: (...) | (...) | (...) | (...);
                      last_min_pay?: (...) | (...) | (...) | (...);
                      last_update?: (...) | (...) | (...) | (...);
                      minimum_amount?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  private_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      entrepreneur_data?: (...) | (...);
                      individual_data?: (...) | (...);
                      organization_data?: (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                  }>;
                  provider_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      has_account?: (...) | (...) | (...) | (...);
                      initial_order?: (...) | (...) | (...) | (...);
                      is_email_verified?: (...) | (...) | (...) | (...);
                      is_registered?: (...) | (...) | (...) | (...);
                      message?: (...) | (...) | (...) | (...);
                      public_key?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      role?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      subscriber_hash?: (...) | (...) | (...) | (...);
                      subscriber_id?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  user_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      registered_at?: (...) | (...) | (...) | (...);
                      registrator?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      storages?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      verifications?: (...) | (...);
                  }>;
                  username?: boolean | `@${string}`;
              }>];
              addTrustedAccount?: [{
                  data: {
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      trusted: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  bank_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      data?: (...) | (...);
                      is_default?: (...) | (...) | (...) | (...);
                      method_id?: (...) | (...) | (...) | (...);
                      method_type?: (...) | (...) | (...) | (...);
                      updated_at?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  braname?: boolean | `@${string}`;
                  city?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  country?: boolean | `@${string}`;
                  details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      inn?: (...) | (...) | (...) | (...);
                      kpp?: (...) | (...) | (...) | (...);
                      ogrn?: (...) | (...) | (...) | (...);
                  }>;
                  email?: boolean | `@${string}`;
                  fact_address?: boolean | `@${string}`;
                  full_address?: boolean | `@${string}`;
                  full_name?: boolean | `@${string}`;
                  phone?: boolean | `@${string}`;
                  represented_by?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      based_on?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      position?: (...) | (...) | (...) | (...);
                  }>;
                  short_name?: boolean | `@${string}`;
                  trusted?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  trustee?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  type?: boolean | `@${string}`;
              }>];
              cancelRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      exchange_id: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalAddAuthor?: [{
                  data: {
                      author: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCalculateVotes?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCompleteVoting?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalConvertSegment?: [{
                  data: {
                      capital_amount: string | Variable<any, string>;
                      convert_hash: string | Variable<any, string>;
                      convert_statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      project_amount: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      wallet_amount: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateCommit?: [{
                  data: {
                      commit_hash: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      creator_hours: number | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateCycle?: [{
                  data: {
                      end_date: string | Variable<any, string>;
                      name: string | Variable<any, string>;
                      start_date: string | Variable<any, string>;
                      status?: null | CycleStatus | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  end_date?: boolean | `@${string}`;
                  name?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  start_date?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
              }>];
              capitalCreateDebt?: [{
                  data: {
                      amount: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      debt_hash: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      repaid_at: string | Variable<any, string>;
                      statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateExpense?: [{
                  data: {
                      amount: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      creator: string | Variable<any, string>;
                      description: string | Variable<any, string>;
                      expense_hash: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateIssue?: [{
                  data: {
                      attachments?: null | string[] | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_by: string | Variable<any, string>;
                      creators_hashs?: null | string[] | Variable<any, string>;
                      cycle_id?: null | string | Variable<any, string>;
                      description?: null | string | Variable<any, string>;
                      estimate?: null | number | Variable<any, string>;
                      issue_hash: string | Variable<any, string>;
                      labels?: null | string[] | Variable<any, string>;
                      priority?: null | IssuePriority | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      sort_order?: null | number | Variable<any, string>;
                      status?: null | IssueStatus | Variable<any, string>;
                      submaster_hash?: null | string | Variable<any, string>;
                      title: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  created_by?: boolean | `@${string}`;
                  creators_hashs?: boolean | `@${string}`;
                  cycle_id?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  estimate?: boolean | `@${string}`;
                  issue_hash?: boolean | `@${string}`;
                  metadata?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  priority?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  sort_order?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  submaster_hash?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              capitalCreateProgramProperty?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      property_amount: string | Variable<any, string>;
                      property_description: string | Variable<any, string>;
                      property_hash: string | Variable<any, string>;
                      statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateProject?: [{
                  data: {
                      can_convert_to_project: boolean | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      data: string | Variable<any, string>;
                      description: string | Variable<any, string>;
                      invite: string | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      parent_hash: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      title: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateProjectInvest?: [{
                  data: {
                      amount: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      invest_hash: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateProjectProperty?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      property_amount: string | Variable<any, string>;
                      property_description: string | Variable<any, string>;
                      property_hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalCreateStory?: [{
                  data: {
                      created_by: string | Variable<any, string>;
                      description?: null | string | Variable<any, string>;
                      issue_id?: null | string | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      sort_order?: null | number | Variable<any, string>;
                      status?: null | StoryStatus | Variable<any, string>;
                      story_hash: string | Variable<any, string>;
                      title: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  created_by?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  issue_id?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  sort_order?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  story_hash?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              capitalDeleteIssue?: [{
                  data: {
                      issue_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              capitalDeleteProject?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalDeleteStory?: [{
                  data: {
                      story_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              capitalEditProject?: [{
                  data: {
                      can_convert_to_project?: null | boolean | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      data: string | Variable<any, string>;
                      description: string | Variable<any, string>;
                      invite: string | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      title: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalFundProgram?: [{
                  data: {
                      amount: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      memo: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalFundProject?: [{
                  data: {
                      amount: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      memo: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalImportContributor?: [{
                  data: {
                      contribution_amount: string | Variable<any, string>;
                      contributor_hash: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      memo?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalMakeClearance?: [{
                  data: {
                      appendix_hash: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalOpenProject?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalPushResult?: [{
                  data: {
                      contribution_amount: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      debt_amount: string | Variable<any, string>;
                      debt_hashes: string[] | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      result_hash: string | Variable<any, string>;
                      statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalRefreshProgram?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalRefreshProject?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalRefreshSegment?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalRegisterContributor?: [{
                  data: {
                      contract: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      contributor_hash: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      is_external_contract: boolean | Variable<any, string>;
                      rate_per_hour: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalSetConfig?: [{
                  data: {
                      config: {
                          authors_voting_percent: (...) | (...);
                          coordinator_bonus_percent: (...) | (...);
                          coordinator_invite_validity_days: (...) | (...);
                          creators_voting_percent: (...) | (...);
                          expense_pool_percent: (...) | (...);
                          voting_period_in_days: (...) | (...);
                      } | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalSetMaster?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      master: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalSetPlan?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      master: string | Variable<any, string>;
                      plan_creators_hours: number | Variable<any, string>;
                      plan_expenses: string | Variable<any, string>;
                      plan_hour_cost: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalStartProject?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalStartVoting?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalSubmitVote?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      project_hash: string | Variable<any, string>;
                      voter: string | Variable<any, string>;
                      votes: Variable<any, string> | {
                          amount: ...;
                          recipient: ...;
                      }[];
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              capitalUpdateIssue?: [{
                  data: {
                      attachments?: null | string[] | Variable<any, string>;
                      creators_hashs?: null | string[] | Variable<any, string>;
                      cycle_id?: null | string | Variable<any, string>;
                      description?: null | string | Variable<any, string>;
                      estimate?: null | number | Variable<any, string>;
                      issue_hash: string | Variable<any, string>;
                      labels?: null | string[] | Variable<any, string>;
                      priority?: null | IssuePriority | Variable<any, string>;
                      sort_order?: null | number | Variable<any, string>;
                      status?: null | IssueStatus | Variable<any, string>;
                      submaster_hash?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  created_by?: boolean | `@${string}`;
                  creators_hashs?: boolean | `@${string}`;
                  cycle_id?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  estimate?: boolean | `@${string}`;
                  issue_hash?: boolean | `@${string}`;
                  metadata?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  priority?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  sort_order?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  submaster_hash?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              capitalUpdateStory?: [{
                  data: {
                      description?: null | string | Variable<any, string>;
                      issue_id?: null | string | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      sort_order?: null | number | Variable<any, string>;
                      status?: null | StoryStatus | Variable<any, string>;
                      story_hash: string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  created_by?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  issue_id?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  sort_order?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  story_hash?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              completeRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      exchange_id: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              confirmReceiveOnRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      exchange_id: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              confirmSupplyOnRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      exchange_id: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              createAnnualGeneralMeet?: [{
                  data: {
                      agenda: Variable<any, string> | {
                          context: ...;
                          decision: ...;
                          title: ...;
                      }[];
                      close_at: unknown;
                      coopname: string | Variable<any, string>;
                      initiator: string | Variable<any, string>;
                      open_at: unknown;
                      presider: string | Variable<any, string>;
                      proposal: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      secretary: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
              createBankAccount?: [{
                  data: {
                      data: {
                          account_number: (...) | (...);
                          bank_name: (...) | (...);
                          card_number?: (...) | (...) | (...) | (...);
                          currency: (...) | (...);
                          details: (...) | (...);
                      } | Variable<any, string>;
                      is_default: boolean | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  data?: AliasType<{
                      ...on BankAccount?: (...) | (...);
                      ...on SbpAccount?: (...) | (...);
                      __typename?: (...) | (...) | (...) | (...);
                  }>;
                  is_default?: boolean | `@${string}`;
                  method_id?: boolean | `@${string}`;
                  method_type?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              createBranch?: [{
                  data: {
                      based_on: string | Variable<any, string>;
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      email: string | Variable<any, string>;
                      fact_address: string | Variable<any, string>;
                      full_name: string | Variable<any, string>;
                      phone: string | Variable<any, string>;
                      short_name: string | Variable<any, string>;
                      trustee: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  bank_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      data?: (...) | (...);
                      is_default?: (...) | (...) | (...) | (...);
                      method_id?: (...) | (...) | (...) | (...);
                      method_type?: (...) | (...) | (...) | (...);
                      updated_at?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  braname?: boolean | `@${string}`;
                  city?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  country?: boolean | `@${string}`;
                  details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      inn?: (...) | (...) | (...) | (...);
                      kpp?: (...) | (...) | (...) | (...);
                      ogrn?: (...) | (...) | (...) | (...);
                  }>;
                  email?: boolean | `@${string}`;
                  fact_address?: boolean | `@${string}`;
                  full_address?: boolean | `@${string}`;
                  full_name?: boolean | `@${string}`;
                  phone?: boolean | `@${string}`;
                  represented_by?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      based_on?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      position?: (...) | (...) | (...) | (...);
                  }>;
                  short_name?: boolean | `@${string}`;
                  trusted?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  trustee?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  type?: boolean | `@${string}`;
              }>];
              createChildOrder?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      data: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      parent_id: number | Variable<any, string>;
                      product_lifecycle_secs: number | Variable<any, string>;
                      program_id: number | Variable<any, string>;
                      unit_cost: string | Variable<any, string>;
                      units: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              createDepositPayment?: [{
                  data: {
                      quantity: number | Variable<any, string>;
                      symbol: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_data?: boolean | `@${string}`;
                  can_change_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  direction?: boolean | `@${string}`;
                  direction_label?: boolean | `@${string}`;
                  expired_at?: boolean | `@${string}`;
                  formatted_amount?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  income_hash?: boolean | `@${string}`;
                  is_final?: boolean | `@${string}`;
                  memo?: boolean | `@${string}`;
                  message?: boolean | `@${string}`;
                  outcome_hash?: boolean | `@${string}`;
                  payment_details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      amount_plus_fee?: (...) | (...) | (...) | (...);
                      amount_without_fee?: (...) | (...) | (...) | (...);
                      data?: (...) | (...) | (...) | (...);
                      fact_fee_percent?: (...) | (...) | (...) | (...);
                      fee_amount?: (...) | (...) | (...) | (...);
                      fee_percent?: (...) | (...) | (...) | (...);
                      tolerance_percent?: (...) | (...) | (...) | (...);
                  }>;
                  payment_method_id?: boolean | `@${string}`;
                  provider?: boolean | `@${string}`;
                  quantity?: boolean | `@${string}`;
                  statement?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  status_label?: boolean | `@${string}`;
                  symbol?: boolean | `@${string}`;
                  type?: boolean | `@${string}`;
                  type_label?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
                  username_certificate?: AliasType<{
                      ...on EntrepreneurCertificate?: (...) | (...);
                      ...on IndividualCertificate?: (...) | (...);
                      ...on OrganizationCertificate?: (...) | (...);
                      __typename?: (...) | (...) | (...) | (...);
                  }>;
              }>];
              createInitialPayment?: [{
                  data: {
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_data?: boolean | `@${string}`;
                  can_change_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  direction?: boolean | `@${string}`;
                  direction_label?: boolean | `@${string}`;
                  expired_at?: boolean | `@${string}`;
                  formatted_amount?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  income_hash?: boolean | `@${string}`;
                  is_final?: boolean | `@${string}`;
                  memo?: boolean | `@${string}`;
                  message?: boolean | `@${string}`;
                  outcome_hash?: boolean | `@${string}`;
                  payment_details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      amount_plus_fee?: (...) | (...) | (...) | (...);
                      amount_without_fee?: (...) | (...) | (...) | (...);
                      data?: (...) | (...) | (...) | (...);
                      fact_fee_percent?: (...) | (...) | (...) | (...);
                      fee_amount?: (...) | (...) | (...) | (...);
                      fee_percent?: (...) | (...) | (...) | (...);
                      tolerance_percent?: (...) | (...) | (...) | (...);
                  }>;
                  payment_method_id?: boolean | `@${string}`;
                  provider?: boolean | `@${string}`;
                  quantity?: boolean | `@${string}`;
                  statement?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  status_label?: boolean | `@${string}`;
                  symbol?: boolean | `@${string}`;
                  type?: boolean | `@${string}`;
                  type_label?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
                  username_certificate?: AliasType<{
                      ...on EntrepreneurCertificate?: (...) | (...);
                      ...on IndividualCertificate?: (...) | (...);
                      ...on OrganizationCertificate?: (...) | (...);
                      __typename?: (...) | (...) | (...) | (...);
                  }>;
              }>];
              createParentOffer?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      data: string | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      parent_id: number | Variable<any, string>;
                      product_lifecycle_secs: number | Variable<any, string>;
                      program_id: number | Variable<any, string>;
                      unit_cost: string | Variable<any, string>;
                      units: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              createProjectOfFreeDecision?: [{
                  data: {
                      decision: string | Variable<any, string>;
                      question: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  decision?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  question?: boolean | `@${string}`;
              }>];
              createWebPushSubscription?: [{
                  data: {
                      subscription: {
                          endpoint: (...) | (...);
                          keys: (...) | (...);
                      } | Variable<any, string>;
                      userAgent?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  message?: boolean | `@${string}`;
                  subscription?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      authKey?: (...) | (...) | (...) | (...);
                      createdAt?: (...) | (...) | (...) | (...);
                      endpoint?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      isActive?: (...) | (...) | (...) | (...);
                      p256dhKey?: (...) | (...) | (...) | (...);
                      updatedAt?: (...) | (...) | (...) | (...);
                      userAgent?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  success?: boolean | `@${string}`;
              }>];
              createWithdraw?: [{
                  input: {
                      coopname: string | Variable<any, string>;
                      method_id: string | Variable<any, string>;
                      payment_hash: string | Variable<any, string>;
                      quantity: number | Variable<any, string>;
                      statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      symbol: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  withdraw_hash?: boolean | `@${string}`;
              }>];
              deactivateWebPushSubscriptionById?: [{
                  data: {
                      subscriptionId: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              declineRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              deleteBranch?: [{
                  data: {
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              deletePaymentMethod?: [{
                  data: {
                      method_id: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              deleteTrustedAccount?: [{
                  data: {
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      trusted: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  bank_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      data?: (...) | (...);
                      is_default?: (...) | (...) | (...) | (...);
                      method_id?: (...) | (...) | (...) | (...);
                      method_type?: (...) | (...) | (...) | (...);
                      updated_at?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  braname?: boolean | `@${string}`;
                  city?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  country?: boolean | `@${string}`;
                  details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      inn?: (...) | (...) | (...) | (...);
                      kpp?: (...) | (...) | (...) | (...);
                      ogrn?: (...) | (...) | (...) | (...);
                  }>;
                  email?: boolean | `@${string}`;
                  fact_address?: boolean | `@${string}`;
                  full_address?: boolean | `@${string}`;
                  full_name?: boolean | `@${string}`;
                  phone?: boolean | `@${string}`;
                  represented_by?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      based_on?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      position?: (...) | (...) | (...) | (...);
                  }>;
                  short_name?: boolean | `@${string}`;
                  trusted?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  trustee?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  type?: boolean | `@${string}`;
              }>];
              deliverOnRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              disputeOnRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      document: unknown;
                      exchange_id: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              editBranch?: [{
                  data: {
                      based_on: string | Variable<any, string>;
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      email: string | Variable<any, string>;
                      fact_address: string | Variable<any, string>;
                      full_name: string | Variable<any, string>;
                      phone: string | Variable<any, string>;
                      short_name: string | Variable<any, string>;
                      trustee: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  bank_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      data?: (...) | (...);
                      is_default?: (...) | (...) | (...) | (...);
                      method_id?: (...) | (...) | (...) | (...);
                      method_type?: (...) | (...) | (...) | (...);
                      updated_at?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  braname?: boolean | `@${string}`;
                  city?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  country?: boolean | `@${string}`;
                  details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      inn?: (...) | (...) | (...) | (...);
                      kpp?: (...) | (...) | (...) | (...);
                      ogrn?: (...) | (...) | (...) | (...);
                  }>;
                  email?: boolean | `@${string}`;
                  fact_address?: boolean | `@${string}`;
                  full_address?: boolean | `@${string}`;
                  full_name?: boolean | `@${string}`;
                  phone?: boolean | `@${string}`;
                  represented_by?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      based_on?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      position?: (...) | (...) | (...) | (...);
                  }>;
                  short_name?: boolean | `@${string}`;
                  trusted?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  trustee?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  type?: boolean | `@${string}`;
              }>];
              generateAnnualGeneralMeetAgendaDocument?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      is_repeated: boolean | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      meet: {
                          close_at_datetime: (...) | (...);
                          open_at_datetime: (...) | (...);
                          type: (...) | (...);
                      } | Variable<any, string>;
                      questions: Variable<any, string> | {
                          context?: ...;
                          decision: ...;
                          number: ...;
                          title: ...;
                      }[];
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateAnnualGeneralMeetDecisionDocument?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      meet_hash: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateAnnualGeneralMeetNotificationDocument?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      meet_hash: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateAssetContributionAct?: [{
                  data: {
                      act_id: string | Variable<any, string>;
                      block_num?: null | number | Variable<any, string>;
                      braname?: null | string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      receiver: string | Variable<any, string>;
                      request_id: number | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateAssetContributionDecision?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      request_id: number | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateAssetContributionStatement?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      request: {
                          currency: (...) | (...);
                          hash: (...) | (...);
                          program_id: (...) | (...);
                          title: (...) | (...);
                          total_cost: (...) | (...);
                          type: (...) | (...);
                          unit_cost: (...) | (...);
                          unit_of_measurement: (...) | (...);
                          units: (...) | (...);
                      } | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateBallotForAnnualGeneralMeetDocument?: [{
                  data: {
                      answers: Variable<any, string> | {
                          id: ...;
                          number: ...;
                          vote: ...;
                      }[];
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      meet_hash: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateFreeDecision?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      project_id: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateParticipantApplication?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      signature?: null | string | Variable<any, string>;
                      skip_save: boolean | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateParticipantApplicationDecision?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generatePrivacyAgreement?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateProjectOfFreeDecision?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      project_id: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateReturnByAssetAct?: [{
                  data: {
                      act_id: string | Variable<any, string>;
                      block_num?: null | number | Variable<any, string>;
                      braname?: null | string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      request_id: number | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      transmitter: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateReturnByAssetDecision?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      request_id: number | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateReturnByAssetStatement?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      request: {
                          currency: (...) | (...);
                          hash: (...) | (...);
                          program_id: (...) | (...);
                          title: (...) | (...);
                          total_cost: (...) | (...);
                          type: (...) | (...);
                          unit_cost: (...) | (...);
                          unit_of_measurement: (...) | (...);
                          units: (...) | (...);
                      } | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateReturnByMoneyDecisionDocument?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      currency: string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      payment_hash: string | Variable<any, string>;
                      quantity: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateReturnByMoneyStatementDocument?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      currency: string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      method_id: string | Variable<any, string>;
                      payment_hash: string | Variable<any, string>;
                      quantity: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateSelectBranchDocument?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateSignatureAgreement?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateSovietDecisionOnAnnualMeetDocument?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      decision_id: number | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      is_repeated: boolean | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      meet_hash: string | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateUserAgreement?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              generateWalletAgreement?: [{
                  data: {
                      block_num?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      created_at?: null | string | Variable<any, string>;
                      generator?: null | string | Variable<any, string>;
                      lang?: null | string | Variable<any, string>;
                      links?: null | string[] | Variable<any, string>;
                      timezone?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      version?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      lang?: null | string | Variable<any, string>;
                      skip_save?: null | boolean | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  binary?: boolean | `@${string}`;
                  full_title?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  html?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
              }>];
              initSystem?: [{
                  data: {
                      organization_data: {
                          bank_account: (...) | (...);
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          fact_address: (...) | (...);
                          full_address: (...) | (...);
                          full_name: (...) | (...);
                          phone: (...) | (...);
                          represented_by: (...) | (...);
                          short_name: (...) | (...);
                          type: (...) | (...);
                      } | Variable<any, string>;
                      vars: {
                          confidential_email: (...) | (...);
                          confidential_link: (...) | (...);
                          contact_email: (...) | (...);
                          coopenomics_agreement?: (...) | (...) | (...) | (...);
                          coopname: (...) | (...);
                          full_abbr: (...) | (...);
                          full_abbr_dative: (...) | (...);
                          full_abbr_genitive: (...) | (...);
                          name: (...) | (...);
                          participant_application: (...) | (...);
                          passport_request: (...) | (...);
                          privacy_agreement: (...) | (...);
                          short_abbr: (...) | (...);
                          signature_agreement: (...) | (...);
                          user_agreement: (...) | (...);
                          wallet_agreement: (...) | (...);
                          website: (...) | (...);
                      } | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_name?: (...) | (...) | (...) | (...);
                      core_liquid_balance?: (...) | (...) | (...) | (...);
                      cpu_limit?: (...) | (...);
                      cpu_weight?: (...) | (...) | (...) | (...);
                      created?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_code_update?: (...) | (...) | (...) | (...);
                      net_limit?: (...) | (...);
                      net_weight?: (...) | (...) | (...) | (...);
                      permissions?: (...) | (...);
                      privileged?: (...) | (...) | (...) | (...);
                      ram_quota?: (...) | (...) | (...) | (...);
                      ram_usage?: (...) | (...) | (...) | (...);
                      refund_request?: (...) | (...);
                      rex_info?: (...) | (...) | (...) | (...);
                      self_delegated_bandwidth?: (...) | (...);
                      total_resources?: (...) | (...);
                      voter_info?: (...) | (...) | (...) | (...);
                  }>;
                  blockchain_info?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      block_cpu_limit?: (...) | (...) | (...) | (...);
                      block_net_limit?: (...) | (...) | (...) | (...);
                      chain_id?: (...) | (...) | (...) | (...);
                      fork_db_head_block_id?: (...) | (...) | (...) | (...);
                      fork_db_head_block_num?: (...) | (...) | (...) | (...);
                      head_block_id?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_producer?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_irreversible_block_id?: (...) | (...) | (...) | (...);
                      last_irreversible_block_num?: (...) | (...) | (...) | (...);
                      last_irreversible_block_time?: (...) | (...) | (...) | (...);
                      server_version?: (...) | (...) | (...) | (...);
                      server_version_string?: (...) | (...) | (...) | (...);
                      virtual_block_cpu_limit?: (...) | (...) | (...) | (...);
                      virtual_block_net_limit?: (...) | (...) | (...) | (...);
                  }>;
                  contacts?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      chairman?: (...) | (...);
                      details?: (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      full_name?: (...) | (...) | (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                  }>;
                  cooperator_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      active_participants_count?: (...) | (...) | (...) | (...);
                      announce?: (...) | (...) | (...) | (...);
                      coop_type?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      initial?: (...) | (...) | (...) | (...);
                      is_branched?: (...) | (...) | (...) | (...);
                      is_cooperative?: (...) | (...) | (...) | (...);
                      is_enrolled?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      minimum?: (...) | (...) | (...) | (...);
                      org_initial?: (...) | (...) | (...) | (...);
                      org_minimum?: (...) | (...) | (...) | (...);
                      org_registration?: (...) | (...) | (...) | (...);
                      parent_username?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      registered_at?: (...) | (...) | (...) | (...);
                      registration?: (...) | (...) | (...) | (...);
                      registrator?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      storages?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      verifications?: (...) | (...);
                  }>;
                  coopname?: boolean | `@${string}`;
                  system_status?: boolean | `@${string}`;
                  vars?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      confidential_email?: (...) | (...) | (...) | (...);
                      confidential_link?: (...) | (...) | (...) | (...);
                      contact_email?: (...) | (...) | (...) | (...);
                      coopenomics_agreement?: (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      full_abbr?: (...) | (...) | (...) | (...);
                      full_abbr_dative?: (...) | (...) | (...) | (...);
                      full_abbr_genitive?: (...) | (...) | (...) | (...);
                      name?: (...) | (...) | (...) | (...);
                      participant_application?: (...) | (...);
                      passport_request?: (...) | (...) | (...) | (...);
                      privacy_agreement?: (...) | (...);
                      short_abbr?: (...) | (...) | (...) | (...);
                      signature_agreement?: (...) | (...);
                      user_agreement?: (...) | (...);
                      wallet_agreement?: (...) | (...);
                      website?: (...) | (...) | (...) | (...);
                  }>;
              }>];
              installExtension?: [{
                  data: {
                      config: unknown;
                      created_at?: unknown;
                      enabled: boolean | Variable<any, string>;
                      name: string | Variable<any, string>;
                      updated_at?: unknown;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  config?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  enabled?: boolean | `@${string}`;
                  external_url?: boolean | `@${string}`;
                  image?: boolean | `@${string}`;
                  instructions?: boolean | `@${string}`;
                  is_available?: boolean | `@${string}`;
                  is_builtin?: boolean | `@${string}`;
                  is_desktop?: boolean | `@${string}`;
                  is_installed?: boolean | `@${string}`;
                  is_internal?: boolean | `@${string}`;
                  name?: boolean | `@${string}`;
                  readme?: boolean | `@${string}`;
                  schema?: boolean | `@${string}`;
                  tags?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
              }>];
              installSystem?: [{
                  data: {
                      soviet: Variable<any, string> | {
                          individual_data: ...;
                          role: ...;
                      }[];
                      wif: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_name?: (...) | (...) | (...) | (...);
                      core_liquid_balance?: (...) | (...) | (...) | (...);
                      cpu_limit?: (...) | (...);
                      cpu_weight?: (...) | (...) | (...) | (...);
                      created?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_code_update?: (...) | (...) | (...) | (...);
                      net_limit?: (...) | (...);
                      net_weight?: (...) | (...) | (...) | (...);
                      permissions?: (...) | (...);
                      privileged?: (...) | (...) | (...) | (...);
                      ram_quota?: (...) | (...) | (...) | (...);
                      ram_usage?: (...) | (...) | (...) | (...);
                      refund_request?: (...) | (...);
                      rex_info?: (...) | (...) | (...) | (...);
                      self_delegated_bandwidth?: (...) | (...);
                      total_resources?: (...) | (...);
                      voter_info?: (...) | (...) | (...) | (...);
                  }>;
                  blockchain_info?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      block_cpu_limit?: (...) | (...) | (...) | (...);
                      block_net_limit?: (...) | (...) | (...) | (...);
                      chain_id?: (...) | (...) | (...) | (...);
                      fork_db_head_block_id?: (...) | (...) | (...) | (...);
                      fork_db_head_block_num?: (...) | (...) | (...) | (...);
                      head_block_id?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_producer?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_irreversible_block_id?: (...) | (...) | (...) | (...);
                      last_irreversible_block_num?: (...) | (...) | (...) | (...);
                      last_irreversible_block_time?: (...) | (...) | (...) | (...);
                      server_version?: (...) | (...) | (...) | (...);
                      server_version_string?: (...) | (...) | (...) | (...);
                      virtual_block_cpu_limit?: (...) | (...) | (...) | (...);
                      virtual_block_net_limit?: (...) | (...) | (...) | (...);
                  }>;
                  contacts?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      chairman?: (...) | (...);
                      details?: (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      full_name?: (...) | (...) | (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                  }>;
                  cooperator_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      active_participants_count?: (...) | (...) | (...) | (...);
                      announce?: (...) | (...) | (...) | (...);
                      coop_type?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      initial?: (...) | (...) | (...) | (...);
                      is_branched?: (...) | (...) | (...) | (...);
                      is_cooperative?: (...) | (...) | (...) | (...);
                      is_enrolled?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      minimum?: (...) | (...) | (...) | (...);
                      org_initial?: (...) | (...) | (...) | (...);
                      org_minimum?: (...) | (...) | (...) | (...);
                      org_registration?: (...) | (...) | (...) | (...);
                      parent_username?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      registered_at?: (...) | (...) | (...) | (...);
                      registration?: (...) | (...) | (...) | (...);
                      registrator?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      storages?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      verifications?: (...) | (...);
                  }>;
                  coopname?: boolean | `@${string}`;
                  system_status?: boolean | `@${string}`;
                  vars?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      confidential_email?: (...) | (...) | (...) | (...);
                      confidential_link?: (...) | (...) | (...) | (...);
                      contact_email?: (...) | (...) | (...) | (...);
                      coopenomics_agreement?: (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      full_abbr?: (...) | (...) | (...) | (...);
                      full_abbr_dative?: (...) | (...) | (...) | (...);
                      full_abbr_genitive?: (...) | (...) | (...) | (...);
                      name?: (...) | (...) | (...) | (...);
                      participant_application?: (...) | (...);
                      passport_request?: (...) | (...) | (...) | (...);
                      privacy_agreement?: (...) | (...);
                      short_abbr?: (...) | (...) | (...) | (...);
                      signature_agreement?: (...) | (...);
                      user_agreement?: (...) | (...);
                      wallet_agreement?: (...) | (...);
                      website?: (...) | (...) | (...) | (...);
                  }>;
              }>];
              login?: [{
                  data: {
                      email: string | Variable<any, string>;
                      now: string | Variable<any, string>;
                      signature: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      blockchain_account?: (...) | (...);
                      participant_account?: (...) | (...);
                      private_account?: (...) | (...);
                      provider_account?: (...) | (...);
                      user_account?: (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  tokens?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      access?: (...) | (...);
                      refresh?: (...) | (...);
                  }>;
              }>];
              logout?: [{
                  data: {
                      access_token: string | Variable<any, string>;
                      refresh_token: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              moderateRequest?: [{
                  data: {
                      cancellation_fee: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              notifyOnAnnualGeneralMeet?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      meet_hash: string | Variable<any, string>;
                      notification: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
              prohibitRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              publishProjectOfFreeDecision?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              publishRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              receiveOnRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              refresh?: [{
                  data: {
                      access_token: string | Variable<any, string>;
                      refresh_token: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      blockchain_account?: (...) | (...);
                      participant_account?: (...) | (...);
                      private_account?: (...) | (...);
                      provider_account?: (...) | (...);
                      user_account?: (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  tokens?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      access?: (...) | (...);
                      refresh?: (...) | (...);
                  }>;
              }>];
              registerAccount?: [{
                  data: {
                      email: string | Variable<any, string>;
                      entrepreneur_data?: null | {
                          bank_account: (...) | (...);
                          birthdate: (...) | (...);
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          first_name: (...) | (...);
                          full_address: (...) | (...);
                          last_name: (...) | (...);
                          middle_name: (...) | (...);
                          phone: (...) | (...);
                      } | Variable<any, string>;
                      individual_data?: null | {
                          birthdate: (...) | (...);
                          first_name: (...) | (...);
                          full_address: (...) | (...);
                          last_name: (...) | (...);
                          middle_name: (...) | (...);
                          passport?: (...) | (...) | (...) | (...);
                          phone: (...) | (...);
                      } | Variable<any, string>;
                      organization_data?: null | {
                          bank_account: (...) | (...);
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          fact_address: (...) | (...);
                          full_address: (...) | (...);
                          full_name: (...) | (...);
                          phone: (...) | (...);
                          represented_by: (...) | (...);
                          short_name: (...) | (...);
                          type: (...) | (...);
                      } | Variable<any, string>;
                      public_key: string | Variable<any, string>;
                      referer?: null | string | Variable<any, string>;
                      type: AccountType | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      blockchain_account?: (...) | (...);
                      participant_account?: (...) | (...);
                      private_account?: (...) | (...);
                      provider_account?: (...) | (...);
                      user_account?: (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  tokens?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      access?: (...) | (...);
                      refresh?: (...) | (...);
                  }>;
              }>];
              registerParticipant?: [{
                  data: {
                      braname?: null | string | Variable<any, string>;
                      privacy_agreement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      signature_agreement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      statement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      user_agreement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                      wallet_agreement: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_name?: (...) | (...) | (...) | (...);
                      core_liquid_balance?: (...) | (...) | (...) | (...);
                      cpu_limit?: (...) | (...);
                      cpu_weight?: (...) | (...) | (...) | (...);
                      created?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_code_update?: (...) | (...) | (...) | (...);
                      net_limit?: (...) | (...);
                      net_weight?: (...) | (...) | (...) | (...);
                      permissions?: (...) | (...);
                      privileged?: (...) | (...) | (...) | (...);
                      ram_quota?: (...) | (...) | (...) | (...);
                      ram_usage?: (...) | (...) | (...) | (...);
                      refund_request?: (...) | (...);
                      rex_info?: (...) | (...) | (...) | (...);
                      self_delegated_bandwidth?: (...) | (...);
                      total_resources?: (...) | (...);
                      voter_info?: (...) | (...) | (...) | (...);
                  }>;
                  participant_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      braname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      has_vote?: (...) | (...) | (...) | (...);
                      initial_amount?: (...) | (...) | (...) | (...);
                      is_initial?: (...) | (...) | (...) | (...);
                      is_minimum?: (...) | (...) | (...) | (...);
                      last_min_pay?: (...) | (...) | (...) | (...);
                      last_update?: (...) | (...) | (...) | (...);
                      minimum_amount?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  private_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      entrepreneur_data?: (...) | (...);
                      individual_data?: (...) | (...);
                      organization_data?: (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                  }>;
                  provider_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      has_account?: (...) | (...) | (...) | (...);
                      initial_order?: (...) | (...) | (...) | (...);
                      is_email_verified?: (...) | (...) | (...) | (...);
                      is_registered?: (...) | (...) | (...) | (...);
                      message?: (...) | (...) | (...) | (...);
                      public_key?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      role?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      subscriber_hash?: (...) | (...) | (...) | (...);
                      subscriber_id?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  user_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      registered_at?: (...) | (...) | (...) | (...);
                      registrator?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      storages?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      verifications?: (...) | (...);
                  }>;
                  username?: boolean | `@${string}`;
              }>];
              resetKey?: [{
                  data: {
                      public_key: string | Variable<any, string>;
                      token: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              restartAnnualGeneralMeet?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      hash: string | Variable<any, string>;
                      new_close_at: unknown;
                      new_open_at: unknown;
                      newproposal: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
              selectBranch?: [{
                  data: {
                      braname: string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              setPaymentStatus?: [{
                  data: {
                      id: string | Variable<any, string>;
                      status: PaymentStatus | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_data?: boolean | `@${string}`;
                  can_change_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  direction?: boolean | `@${string}`;
                  direction_label?: boolean | `@${string}`;
                  expired_at?: boolean | `@${string}`;
                  formatted_amount?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  income_hash?: boolean | `@${string}`;
                  is_final?: boolean | `@${string}`;
                  memo?: boolean | `@${string}`;
                  message?: boolean | `@${string}`;
                  outcome_hash?: boolean | `@${string}`;
                  payment_details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      amount_plus_fee?: (...) | (...) | (...) | (...);
                      amount_without_fee?: (...) | (...) | (...) | (...);
                      data?: (...) | (...) | (...) | (...);
                      fact_fee_percent?: (...) | (...) | (...) | (...);
                      fee_amount?: (...) | (...) | (...) | (...);
                      fee_percent?: (...) | (...) | (...) | (...);
                      tolerance_percent?: (...) | (...) | (...) | (...);
                  }>;
                  payment_method_id?: boolean | `@${string}`;
                  provider?: boolean | `@${string}`;
                  quantity?: boolean | `@${string}`;
                  statement?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  status_label?: boolean | `@${string}`;
                  symbol?: boolean | `@${string}`;
                  type?: boolean | `@${string}`;
                  type_label?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
                  username_certificate?: AliasType<{
                      ...on EntrepreneurCertificate?: (...) | (...);
                      ...on IndividualCertificate?: (...) | (...);
                      ...on OrganizationCertificate?: (...) | (...);
                      __typename?: (...) | (...) | (...) | (...);
                  }>;
              }>];
              setWif?: [{
                  data: {
                      permission: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      wif: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              signByPresiderOnAnnualGeneralMeet?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      hash: string | Variable<any, string>;
                      presider_decision: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
              signBySecretaryOnAnnualGeneralMeet?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      hash: string | Variable<any, string>;
                      secretary_decision: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
              startResetKey?: [{
                  data: {
                      email: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              supplyOnRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      document: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              uninstallExtension?: [{
                  data: {
                      name: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, boolean | `@${string}`];
              unpublishRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              updateAccount?: [{
                  data: {
                      entrepreneur_data?: null | {
                          birthdate: (...) | (...);
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          email: (...) | (...);
                          first_name: (...) | (...);
                          full_address: (...) | (...);
                          last_name: (...) | (...);
                          middle_name: (...) | (...);
                          phone: (...) | (...);
                          username: (...) | (...);
                      } | Variable<any, string>;
                      individual_data?: null | {
                          birthdate: (...) | (...);
                          email: (...) | (...);
                          first_name: (...) | (...);
                          full_address: (...) | (...);
                          last_name: (...) | (...);
                          middle_name: (...) | (...);
                          passport?: (...) | (...) | (...) | (...);
                          phone: (...) | (...);
                          username: (...) | (...);
                      } | Variable<any, string>;
                      organization_data?: null | {
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          email: (...) | (...);
                          fact_address: (...) | (...);
                          full_address: (...) | (...);
                          full_name: (...) | (...);
                          phone: (...) | (...);
                          represented_by: (...) | (...);
                          short_name: (...) | (...);
                          type: (...) | (...);
                          username: (...) | (...);
                      } | Variable<any, string>;
                      public_key?: null | string | Variable<any, string>;
                      referer?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_name?: (...) | (...) | (...) | (...);
                      core_liquid_balance?: (...) | (...) | (...) | (...);
                      cpu_limit?: (...) | (...);
                      cpu_weight?: (...) | (...) | (...) | (...);
                      created?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_code_update?: (...) | (...) | (...) | (...);
                      net_limit?: (...) | (...);
                      net_weight?: (...) | (...) | (...) | (...);
                      permissions?: (...) | (...);
                      privileged?: (...) | (...) | (...) | (...);
                      ram_quota?: (...) | (...) | (...) | (...);
                      ram_usage?: (...) | (...) | (...) | (...);
                      refund_request?: (...) | (...);
                      rex_info?: (...) | (...) | (...) | (...);
                      self_delegated_bandwidth?: (...) | (...);
                      total_resources?: (...) | (...);
                      voter_info?: (...) | (...) | (...) | (...);
                  }>;
                  participant_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      braname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      has_vote?: (...) | (...) | (...) | (...);
                      initial_amount?: (...) | (...) | (...) | (...);
                      is_initial?: (...) | (...) | (...) | (...);
                      is_minimum?: (...) | (...) | (...) | (...);
                      last_min_pay?: (...) | (...) | (...) | (...);
                      last_update?: (...) | (...) | (...) | (...);
                      minimum_amount?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  private_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      entrepreneur_data?: (...) | (...);
                      individual_data?: (...) | (...);
                      organization_data?: (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                  }>;
                  provider_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      has_account?: (...) | (...) | (...) | (...);
                      initial_order?: (...) | (...) | (...) | (...);
                      is_email_verified?: (...) | (...) | (...) | (...);
                      is_registered?: (...) | (...) | (...) | (...);
                      message?: (...) | (...) | (...) | (...);
                      public_key?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      role?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      subscriber_hash?: (...) | (...) | (...) | (...);
                      subscriber_id?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  user_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      registered_at?: (...) | (...) | (...) | (...);
                      registrator?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      storages?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      verifications?: (...) | (...);
                  }>;
                  username?: boolean | `@${string}`;
              }>];
              updateBankAccount?: [{
                  data: {
                      data: {
                          account_number: (...) | (...);
                          bank_name: (...) | (...);
                          card_number?: (...) | (...) | (...) | (...);
                          currency: (...) | (...);
                          details: (...) | (...);
                      } | Variable<any, string>;
                      is_default: boolean | Variable<any, string>;
                      method_id: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  data?: AliasType<{
                      ...on BankAccount?: (...) | (...);
                      ...on SbpAccount?: (...) | (...);
                      __typename?: (...) | (...) | (...) | (...);
                  }>;
                  is_default?: boolean | `@${string}`;
                  method_id?: boolean | `@${string}`;
                  method_type?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              updateExtension?: [{
                  data: {
                      config: unknown;
                      created_at?: unknown;
                      enabled: boolean | Variable<any, string>;
                      name: string | Variable<any, string>;
                      updated_at?: unknown;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  config?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  enabled?: boolean | `@${string}`;
                  external_url?: boolean | `@${string}`;
                  image?: boolean | `@${string}`;
                  instructions?: boolean | `@${string}`;
                  is_available?: boolean | `@${string}`;
                  is_builtin?: boolean | `@${string}`;
                  is_desktop?: boolean | `@${string}`;
                  is_installed?: boolean | `@${string}`;
                  is_internal?: boolean | `@${string}`;
                  name?: boolean | `@${string}`;
                  readme?: boolean | `@${string}`;
                  schema?: boolean | `@${string}`;
                  tags?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
              }>];
              updateRequest?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      data: string | Variable<any, string>;
                      exchange_id: number | Variable<any, string>;
                      meta: string | Variable<any, string>;
                      remain_units: string | Variable<any, string>;
                      unit_cost: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chain?: boolean | `@${string}`;
                  request?: boolean | `@${string}`;
                  resolved?: boolean | `@${string}`;
                  response?: boolean | `@${string}`;
                  returns?: boolean | `@${string}`;
                  revisions?: boolean | `@${string}`;
                  signatures?: boolean | `@${string}`;
                  signer?: boolean | `@${string}`;
                  transaction?: boolean | `@${string}`;
              }>];
              updateSystem?: [{
                  data: {
                      organization_data?: null | {
                          city: (...) | (...);
                          country: (...) | (...);
                          details: (...) | (...);
                          email: (...) | (...);
                          fact_address: (...) | (...);
                          full_address: (...) | (...);
                          full_name: (...) | (...);
                          phone: (...) | (...);
                          represented_by: (...) | (...);
                          short_name: (...) | (...);
                          type: (...) | (...);
                          username: (...) | (...);
                      } | Variable<any, string>;
                      vars?: null | {
                          confidential_email: (...) | (...);
                          confidential_link: (...) | (...);
                          contact_email: (...) | (...);
                          coopenomics_agreement?: (...) | (...) | (...) | (...);
                          coopname: (...) | (...);
                          full_abbr: (...) | (...);
                          full_abbr_dative: (...) | (...);
                          full_abbr_genitive: (...) | (...);
                          name: (...) | (...);
                          participant_application: (...) | (...);
                          passport_request: (...) | (...);
                          privacy_agreement: (...) | (...);
                          short_abbr: (...) | (...);
                          signature_agreement: (...) | (...);
                          user_agreement: (...) | (...);
                          wallet_agreement: (...) | (...);
                          website: (...) | (...);
                      } | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_name?: (...) | (...) | (...) | (...);
                      core_liquid_balance?: (...) | (...) | (...) | (...);
                      cpu_limit?: (...) | (...);
                      cpu_weight?: (...) | (...) | (...) | (...);
                      created?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_code_update?: (...) | (...) | (...) | (...);
                      net_limit?: (...) | (...);
                      net_weight?: (...) | (...) | (...) | (...);
                      permissions?: (...) | (...);
                      privileged?: (...) | (...) | (...) | (...);
                      ram_quota?: (...) | (...) | (...) | (...);
                      ram_usage?: (...) | (...) | (...) | (...);
                      refund_request?: (...) | (...);
                      rex_info?: (...) | (...) | (...) | (...);
                      self_delegated_bandwidth?: (...) | (...);
                      total_resources?: (...) | (...);
                      voter_info?: (...) | (...) | (...) | (...);
                  }>;
                  blockchain_info?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      block_cpu_limit?: (...) | (...) | (...) | (...);
                      block_net_limit?: (...) | (...) | (...) | (...);
                      chain_id?: (...) | (...) | (...) | (...);
                      fork_db_head_block_id?: (...) | (...) | (...) | (...);
                      fork_db_head_block_num?: (...) | (...) | (...) | (...);
                      head_block_id?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_producer?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_irreversible_block_id?: (...) | (...) | (...) | (...);
                      last_irreversible_block_num?: (...) | (...) | (...) | (...);
                      last_irreversible_block_time?: (...) | (...) | (...) | (...);
                      server_version?: (...) | (...) | (...) | (...);
                      server_version_string?: (...) | (...) | (...) | (...);
                      virtual_block_cpu_limit?: (...) | (...) | (...) | (...);
                      virtual_block_net_limit?: (...) | (...) | (...) | (...);
                  }>;
                  contacts?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      chairman?: (...) | (...);
                      details?: (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      full_name?: (...) | (...) | (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                  }>;
                  cooperator_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      active_participants_count?: (...) | (...) | (...) | (...);
                      announce?: (...) | (...) | (...) | (...);
                      coop_type?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      initial?: (...) | (...) | (...) | (...);
                      is_branched?: (...) | (...) | (...) | (...);
                      is_cooperative?: (...) | (...) | (...) | (...);
                      is_enrolled?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      minimum?: (...) | (...) | (...) | (...);
                      org_initial?: (...) | (...) | (...) | (...);
                      org_minimum?: (...) | (...) | (...) | (...);
                      org_registration?: (...) | (...) | (...) | (...);
                      parent_username?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      registered_at?: (...) | (...) | (...) | (...);
                      registration?: (...) | (...) | (...) | (...);
                      registrator?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      storages?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      verifications?: (...) | (...);
                  }>;
                  coopname?: boolean | `@${string}`;
                  system_status?: boolean | `@${string}`;
                  vars?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      confidential_email?: (...) | (...) | (...) | (...);
                      confidential_link?: (...) | (...) | (...) | (...);
                      contact_email?: (...) | (...) | (...) | (...);
                      coopenomics_agreement?: (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      full_abbr?: (...) | (...) | (...) | (...);
                      full_abbr_dative?: (...) | (...) | (...) | (...);
                      full_abbr_genitive?: (...) | (...) | (...) | (...);
                      name?: (...) | (...) | (...) | (...);
                      participant_application?: (...) | (...);
                      passport_request?: (...) | (...) | (...) | (...);
                      privacy_agreement?: (...) | (...);
                      short_abbr?: (...) | (...) | (...) | (...);
                      signature_agreement?: (...) | (...);
                      user_agreement?: (...) | (...);
                      wallet_agreement?: (...) | (...);
                      website?: (...) | (...) | (...) | (...);
                  }>;
              }>];
              voteOnAnnualGeneralMeet?: [{
                  data: {
                      ballot: {
                          doc_hash: (...) | (...);
                          hash: (...) | (...);
                          meta: (...) | (...);
                          meta_hash: (...) | (...);
                          signatures: (...) | (...);
                          version: (...) | (...);
                      } | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      hash: string | Variable<any, string>;
                      username: string | Variable<any, string>;
                      votes: Variable<any, string> | {
                          question_id: ...;
                          vote: ...;
                      }[];
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
          }>

        Parameters

        • o: Z & {
              [P in string | number | symbol]: P extends "__typename" | "__directives" | "__alias" | "acceptChildOrder" | "addParticipant" | "addTrustedAccount" | "cancelRequest" | "capitalAddAuthor" | "capitalCalculateVotes" | "capitalCompleteVoting" | "capitalConvertSegment" | "capitalCreateCommit" | "capitalCreateCycle" | "capitalCreateDebt" | "capitalCreateExpense" | "capitalCreateIssue" | "capitalCreateProgramProperty" | "capitalCreateProject" | "capitalCreateProjectInvest" | "capitalCreateProjectProperty" | "capitalCreateStory" | "capitalDeleteIssue" | "capitalDeleteProject" | "capitalDeleteStory" | "capitalEditProject" | "capitalFundProgram" | "capitalFundProject" | "capitalImportContributor" | "capitalMakeClearance" | "capitalOpenProject" | "capitalPushResult" | "capitalRefreshProgram" | "capitalRefreshProject" | "capitalRefreshSegment" | "capitalRegisterContributor" | "capitalSetConfig" | "capitalSetMaster" | "capitalSetPlan" | "capitalStartProject" | "capitalStartVoting" | "capitalSubmitVote" | "capitalUpdateIssue" | "capitalUpdateStory" | "completeRequest" | "confirmReceiveOnRequest" | "confirmSupplyOnRequest" | "createAnnualGeneralMeet" | "createBankAccount" | "createBranch" | "createChildOrder" | "createDepositPayment" | "createInitialPayment" | "createParentOffer" | "createProjectOfFreeDecision" | "createWebPushSubscription" | "createWithdraw" | "deactivateWebPushSubscriptionById" | "declineRequest" | "deleteBranch" | "deletePaymentMethod" | "deleteTrustedAccount" | "deliverOnRequest" | "disputeOnRequest" | "editBranch" | "generateAnnualGeneralMeetAgendaDocument" | "generateAnnualGeneralMeetDecisionDocument" | "generateAnnualGeneralMeetNotificationDocument" | "generateAssetContributionAct" | "generateAssetContributionDecision" | "generateAssetContributionStatement" | "generateBallotForAnnualGeneralMeetDocument" | "generateFreeDecision" | "generateParticipantApplication" | "generateParticipantApplicationDecision" | "generatePrivacyAgreement" | "generateProjectOfFreeDecision" | "generateReturnByAssetAct" | "generateReturnByAssetDecision" | "generateReturnByAssetStatement" | "generateReturnByMoneyDecisionDocument" | "generateReturnByMoneyStatementDocument" | "generateSelectBranchDocument" | "generateSignatureAgreement" | "generateSovietDecisionOnAnnualMeetDocument" | "generateUserAgreement" | "generateWalletAgreement" | "initSystem" | "installExtension" | "installSystem" | "login" | "logout" | "moderateRequest" | "notifyOnAnnualGeneralMeet" | "prohibitRequest" | "publishProjectOfFreeDecision" | "publishRequest" | "receiveOnRequest" | "refresh" | "registerAccount" | "registerParticipant" | "resetKey" | "restartAnnualGeneralMeet" | "selectBranch" | "setPaymentStatus" | "setWif" | "signByPresiderOnAnnualGeneralMeet" | "signBySecretaryOnAnnualGeneralMeet" | "startResetKey" | "supplyOnRequest" | "uninstallExtension" | "unpublishRequest" | "updateAccount" | "updateBankAccount" | "updateExtension" | "updateRequest" | "updateSystem" | "voteOnAnnualGeneralMeet"
                  ? Z[P<P>]
                  : never
          }
        • Optional ops: OperationOptions & {
              variables?: Record<string, unknown>;
          }

        Returns Promise<InputType<{
            __typename: "Mutation";
            acceptChildOrder: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            addParticipant: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            addTrustedAccount: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            cancelRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalAddAuthor: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCalculateVotes: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCompleteVoting: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalConvertSegment: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateCommit: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateCycle: {
                __typename: "CapitalCycle";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                end_date: "scalar" & {
                    name: "DateTime";
                };
                name: string;
                present: boolean;
                start_date: "scalar" & {
                    name: "DateTime";
                };
                status: CycleStatus;
            };
            capitalCreateDebt: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateExpense: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateIssue: {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            };
            capitalCreateProgramProperty: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateProjectInvest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateProjectProperty: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalCreateStory: {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            };
            capitalDeleteIssue: boolean;
            capitalDeleteProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalDeleteStory: boolean;
            capitalEditProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalFundProgram: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalFundProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalImportContributor: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalMakeClearance: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalOpenProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalPushResult: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRefreshProgram: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRefreshProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRefreshSegment: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalRegisterContributor: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSetConfig: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSetMaster: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSetPlan: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalStartProject: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalStartVoting: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalSubmitVote: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            capitalUpdateIssue: {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            };
            capitalUpdateStory: {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            };
            completeRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            confirmReceiveOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            confirmSupplyOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            createAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            createBankAccount: {
                __typename: "PaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    ...on BankAccount: "__union" & {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    ...on SbpAccount: "__union" & {
                        __typename: "SbpAccount";
                        phone: string;
                    };
                    __typename: "BankAccount" | "SbpAccount";
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            createBranch: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            createChildOrder: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            createDepositPayment: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: "EntrepreneurCertificate";
                        first_name: string;
                        inn: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: "IndividualCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: "OrganizationCertificate";
                        inn: string;
                        ogrn: string;
                        represented_by: {
                            __typename: "RepresentedByCertificate";
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: AccountType;
                        username: string;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            createInitialPayment: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: "EntrepreneurCertificate";
                        first_name: string;
                        inn: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: "IndividualCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: "OrganizationCertificate";
                        inn: string;
                        ogrn: string;
                        represented_by: {
                            __typename: "RepresentedByCertificate";
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: AccountType;
                        username: string;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            createParentOffer: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            createProjectOfFreeDecision: {
                __typename: "CreatedProjectFreeDecision";
                decision: string;
                id: string;
                question: string;
            };
            createWebPushSubscription: {
                __typename: "CreateSubscriptionResponse";
                message: string;
                subscription: {
                    __typename: "WebPushSubscriptionDto";
                    authKey: string;
                    createdAt: "scalar" & {
                        name: "DateTime";
                    };
                    endpoint: string;
                    id: string;
                    isActive: boolean;
                    p256dhKey: string;
                    updatedAt: "scalar" & {
                        name: "DateTime";
                    };
                    userAgent?: null | string;
                    username: string;
                };
                success: boolean;
            };
            createWithdraw: {
                __typename: "CreateWithdrawResponse";
                withdraw_hash: string;
            };
            deactivateWebPushSubscriptionById: boolean;
            declineRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            deleteBranch: boolean;
            deletePaymentMethod: boolean;
            deleteTrustedAccount: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            deliverOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            disputeOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            editBranch: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            };
            generateAnnualGeneralMeetAgendaDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAnnualGeneralMeetDecisionDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAnnualGeneralMeetNotificationDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAssetContributionAct: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAssetContributionDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateAssetContributionStatement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateBallotForAnnualGeneralMeetDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateFreeDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateParticipantApplication: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateParticipantApplicationDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generatePrivacyAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateProjectOfFreeDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByAssetAct: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByAssetDecision: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByAssetStatement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByMoneyDecisionDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateReturnByMoneyStatementDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateSelectBranchDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateSignatureAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateSovietDecisionOnAnnualMeetDocument: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateUserAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            generateWalletAgreement: {
                __typename: "GeneratedDocument";
                binary: string;
                full_title: string;
                hash: string;
                html: string;
                meta: "scalar" & {
                    name: "JSON";
                };
            };
            initSystem: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            installExtension: {
                __typename: "Extension";
                config?: null | "scalar" & {
                    name: "JSON";
                };
                created_at: "scalar" & {
                    name: "DateTime";
                };
                description?: null | string;
                enabled: boolean;
                external_url?: null | string;
                image?: null | string;
                instructions: string;
                is_available: boolean;
                is_builtin: boolean;
                is_desktop: boolean;
                is_installed: boolean;
                is_internal: boolean;
                name: string;
                readme: string;
                schema?: null | "scalar" & {
                    name: "JSON";
                };
                tags: string[];
                title?: null | string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
            };
            installSystem: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            login: {
                __typename: "RegisteredAccount";
                account: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: "Permission";
                            parent: string;
                            perm_name: string;
                            required_auth: {
                                __typename: ...;
                                accounts: ...;
                                keys: ...;
                                threshold: ...;
                                waits: ...;
                            };
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: "RefundRequest";
                            cpu_amount: string;
                            net_amount: string;
                            owner: string;
                            request_time: string;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: "ResourceDelegationDTO";
                            cpu_weight: string;
                            from: string;
                            net_weight: string;
                            to: string;
                        };
                        total_resources?: null | {
                            __typename: "ResourceOverview";
                            cpu_weight: string;
                            net_weight: string;
                            owner: string;
                            ram_bytes: number;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: "DateTime";
                        };
                        last_update: "scalar" & {
                            name: "DateTime";
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: "Entrepreneur";
                            birthdate: string;
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                ogrn: ...;
                            };
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            phone: string;
                            username: string;
                        };
                        individual_data?: null | {
                            __typename: "Individual";
                            birthdate: string;
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            passport?: (...) | (...) | (...);
                            phone: string;
                            username: string;
                        };
                        organization_data?: null | {
                            __typename: "Organization";
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                kpp: ...;
                                ogrn: ...;
                            };
                            email: string;
                            fact_address: string;
                            full_address: string;
                            full_name: string;
                            phone: string;
                            represented_by: {
                                __typename: ...;
                                based_on: ...;
                                first_name: ...;
                                last_name: ...;
                                middle_name: ...;
                                position: ...;
                            };
                            short_name: string;
                            type: string;
                            username: string;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: "Verification";
                            created_at: string;
                            is_verified: boolean;
                            last_update: string;
                            notice: string;
                            procedure: string;
                            verificator: string;
                        }[];
                    };
                    username: string;
                };
                tokens: {
                    __typename: "Tokens";
                    access: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                    refresh: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                };
            };
            logout: boolean;
            moderateRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            notifyOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            prohibitRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            publishProjectOfFreeDecision: boolean;
            publishRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            receiveOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            refresh: {
                __typename: "RegisteredAccount";
                account: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: "Permission";
                            parent: string;
                            perm_name: string;
                            required_auth: {
                                __typename: ...;
                                accounts: ...;
                                keys: ...;
                                threshold: ...;
                                waits: ...;
                            };
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: "RefundRequest";
                            cpu_amount: string;
                            net_amount: string;
                            owner: string;
                            request_time: string;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: "ResourceDelegationDTO";
                            cpu_weight: string;
                            from: string;
                            net_weight: string;
                            to: string;
                        };
                        total_resources?: null | {
                            __typename: "ResourceOverview";
                            cpu_weight: string;
                            net_weight: string;
                            owner: string;
                            ram_bytes: number;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: "DateTime";
                        };
                        last_update: "scalar" & {
                            name: "DateTime";
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: "Entrepreneur";
                            birthdate: string;
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                ogrn: ...;
                            };
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            phone: string;
                            username: string;
                        };
                        individual_data?: null | {
                            __typename: "Individual";
                            birthdate: string;
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            passport?: (...) | (...) | (...);
                            phone: string;
                            username: string;
                        };
                        organization_data?: null | {
                            __typename: "Organization";
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                kpp: ...;
                                ogrn: ...;
                            };
                            email: string;
                            fact_address: string;
                            full_address: string;
                            full_name: string;
                            phone: string;
                            represented_by: {
                                __typename: ...;
                                based_on: ...;
                                first_name: ...;
                                last_name: ...;
                                middle_name: ...;
                                position: ...;
                            };
                            short_name: string;
                            type: string;
                            username: string;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: "Verification";
                            created_at: string;
                            is_verified: boolean;
                            last_update: string;
                            notice: string;
                            procedure: string;
                            verificator: string;
                        }[];
                    };
                    username: string;
                };
                tokens: {
                    __typename: "Tokens";
                    access: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                    refresh: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                };
            };
            registerAccount: {
                __typename: "RegisteredAccount";
                account: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: null | string;
                            last_usage_update_time?: null | string;
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: "Permission";
                            parent: string;
                            perm_name: string;
                            required_auth: {
                                __typename: ...;
                                accounts: ...;
                                keys: ...;
                                threshold: ...;
                                waits: ...;
                            };
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: "RefundRequest";
                            cpu_amount: string;
                            net_amount: string;
                            owner: string;
                            request_time: string;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: "ResourceDelegationDTO";
                            cpu_weight: string;
                            from: string;
                            net_weight: string;
                            to: string;
                        };
                        total_resources?: null | {
                            __typename: "ResourceOverview";
                            cpu_weight: string;
                            net_weight: string;
                            owner: string;
                            ram_bytes: number;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: "DateTime";
                        };
                        last_update: "scalar" & {
                            name: "DateTime";
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: "Entrepreneur";
                            birthdate: string;
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                ogrn: ...;
                            };
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            phone: string;
                            username: string;
                        };
                        individual_data?: null | {
                            __typename: "Individual";
                            birthdate: string;
                            email: string;
                            first_name: string;
                            full_address: string;
                            last_name: string;
                            middle_name: string;
                            passport?: (...) | (...) | (...);
                            phone: string;
                            username: string;
                        };
                        organization_data?: null | {
                            __typename: "Organization";
                            city: string;
                            country: string;
                            details: {
                                __typename: ...;
                                inn: ...;
                                kpp: ...;
                                ogrn: ...;
                            };
                            email: string;
                            fact_address: string;
                            full_address: string;
                            full_name: string;
                            phone: string;
                            represented_by: {
                                __typename: ...;
                                based_on: ...;
                                first_name: ...;
                                last_name: ...;
                                middle_name: ...;
                                position: ...;
                            };
                            short_name: string;
                            type: string;
                            username: string;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: "Verification";
                            created_at: string;
                            is_verified: boolean;
                            last_update: string;
                            notice: string;
                            procedure: string;
                            verificator: string;
                        }[];
                    };
                    username: string;
                };
                tokens: {
                    __typename: "Tokens";
                    access: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                    refresh: {
                        __typename: "Token";
                        expires: "scalar" & {
                            name: "DateTime";
                        };
                        token: string;
                    };
                };
            };
            registerParticipant: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            resetKey: boolean;
            restartAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            selectBranch: boolean;
            setPaymentStatus: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: "EntrepreneurCertificate";
                        first_name: string;
                        inn: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: "IndividualCertificate";
                        first_name: string;
                        last_name: string;
                        middle_name?: null | string;
                        type: AccountType;
                        username: string;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: "OrganizationCertificate";
                        inn: string;
                        ogrn: string;
                        represented_by: {
                            __typename: "RepresentedByCertificate";
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: AccountType;
                        username: string;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            setWif: boolean;
            signByPresiderOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            signBySecretaryOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            startResetKey: boolean;
            supplyOnRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            uninstallExtension: boolean;
            unpublishRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            updateAccount: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            updateBankAccount: {
                __typename: "PaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    ...on BankAccount: "__union" & {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    ...on SbpAccount: "__union" & {
                        __typename: "SbpAccount";
                        phone: string;
                    };
                    __typename: "BankAccount" | "SbpAccount";
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            updateExtension: {
                __typename: "Extension";
                config?: null | "scalar" & {
                    name: "JSON";
                };
                created_at: "scalar" & {
                    name: "DateTime";
                };
                description?: null | string;
                enabled: boolean;
                external_url?: null | string;
                image?: null | string;
                instructions: string;
                is_available: boolean;
                is_builtin: boolean;
                is_desktop: boolean;
                is_installed: boolean;
                is_internal: boolean;
                name: string;
                readme: string;
                schema?: null | "scalar" & {
                    name: "JSON";
                };
                tags: string[];
                title?: null | string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
            };
            updateRequest: {
                __typename: "Transaction";
                chain?: null | "scalar" & {
                    name: "JSON";
                };
                request?: null | "scalar" & {
                    name: "JSON";
                };
                resolved?: null | "scalar" & {
                    name: "JSON";
                };
                response?: null | "scalar" & {
                    name: "JSON";
                };
                returns?: null | "scalar" & {
                    name: "JSON";
                };
                revisions?: null | "scalar" & {
                    name: "JSON";
                };
                signatures?: null | "scalar" & {
                    name: "JSON";
                };
                signer?: null | "scalar" & {
                    name: "JSON";
                };
                transaction?: null | "scalar" & {
                    name: "JSON";
                };
            };
            updateSystem: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            voteOnAnnualGeneralMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
        }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>

  • get Query(): (<Z>(o, ops?) => Promise<InputType<{
        __typename: "Query";
        capitalCommit?: null | {
            __typename: "CapitalCommit";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            commit_hash: string;
            coopname?: null | string;
            created_at?: null | string;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            status: CommitStatus;
            username?: null | string;
        };
        capitalCommits: {
            __typename: "PaginatedCapitalCommitsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalCommit";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                commit_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                status: CommitStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalContributor?: null | {
            __typename: "CapitalContributor";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            appendixes?: null | string[];
            block_num?: null | number;
            blockchain_status?: null | string;
            contract?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            contributed_as_author?: null | number;
            contributed_as_contributor?: null | number;
            contributed_as_coordinator?: null | number;
            contributed_as_creator?: null | number;
            contributed_as_investor?: null | number;
            contributed_as_propertor?: null | number;
            contributor_hash: string;
            coopname?: null | string;
            created_at?: null | string;
            debt_amount?: null | number;
            display_name?: null | string;
            id?: null | number;
            is_external_contract?: null | boolean;
            memo?: null | string;
            present: boolean;
            rate_per_hour?: null | number;
            status: ContributorStatus;
            username?: null | string;
        };
        capitalContributors: {
            __typename: "PaginatedCapitalContributorsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalContributor";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                appendixes?: null | string[];
                block_num?: null | number;
                blockchain_status?: null | string;
                contract?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                contributed_as_author?: null | number;
                contributed_as_contributor?: null | number;
                contributed_as_coordinator?: null | number;
                contributed_as_creator?: null | number;
                contributed_as_investor?: null | number;
                contributed_as_propertor?: null | number;
                contributor_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                display_name?: null | string;
                id?: null | number;
                is_external_contract?: null | boolean;
                memo?: null | string;
                present: boolean;
                rate_per_hour?: null | number;
                status: ContributorStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalCycles: {
            __typename: "PaginatedCapitalCyclesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalCycle";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                end_date: "scalar" & {
                    name: "DateTime";
                };
                name: string;
                present: boolean;
                start_date: "scalar" & {
                    name: "DateTime";
                };
                status: CycleStatus;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalDebt?: null | {
            __typename: "CapitalDebt";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            approved_statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            authorization?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            debt_hash: string;
            id?: null | number;
            memo?: null | string;
            present: boolean;
            project_hash?: null | string;
            repaid_at?: null | string;
            statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            status: DebtStatus;
            username?: null | string;
        };
        capitalDebts: {
            __typename: "PaginatedCapitalDebtsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalDebt";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                debt_hash: string;
                id?: null | number;
                memo?: null | string;
                present: boolean;
                project_hash?: null | string;
                repaid_at?: null | string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                status: DebtStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalExpense?: null | {
            __typename: "CapitalExpense";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | string;
            approved_statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            authorization?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            description?: null | string;
            expense_hash: string;
            expense_statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            fund_id?: null | number;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            spended_at?: null | string;
            status: ExpenseStatus;
            username?: null | string;
        };
        capitalExpenses: {
            __typename: "PaginatedCapitalExpensesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalExpense";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | string;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                description?: null | string;
                expense_hash: string;
                expense_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                fund_id?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                spended_at?: null | string;
                status: ExpenseStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalInvest?: null | {
            __typename: "CapitalInvest";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            coordinator?: null | string;
            coordinator_amount?: null | number;
            id?: null | number;
            invest_hash: string;
            invested_at?: null | string;
            present: boolean;
            project_hash?: null | string;
            statement?: null | string;
            status: InvestStatus;
            username?: null | string;
        };
        capitalInvests: {
            __typename: "PaginatedCapitalInvestsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                coordinator?: null | string;
                coordinator_amount?: null | number;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                project_hash?: null | string;
                statement?: null | string;
                status: InvestStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalIssue?: null | {
            __typename: "CapitalIssue";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            creators_hashs: string[];
            cycle_id?: null | string;
            description?: null | string;
            estimate: number;
            issue_hash: string;
            metadata: "scalar" & {
                name: "JSON";
            };
            present: boolean;
            priority: IssuePriority;
            project_hash: string;
            sort_order: number;
            status: IssueStatus;
            submaster_hash?: null | string;
            title: string;
        };
        capitalIssues: {
            __typename: "PaginatedCapitalIssuesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalProgramInvest?: null | {
            __typename: "CapitalProgramInvest";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            id?: null | number;
            invest_hash: string;
            invested_at?: null | string;
            present: boolean;
            statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            status: ProgramInvestStatus;
            username?: null | string;
        };
        capitalProgramInvests: {
            __typename: "PaginatedCapitalProgramInvestsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalProgramInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                status: ProgramInvestStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalProject?: null | {
            __typename: "CapitalProject";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            can_convert_to_project?: null | boolean;
            components: {
                __typename: "CapitalProjectComponent";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            }[];
            coopname?: null | string;
            created_at?: null | string;
            description?: null | string;
            id?: null | number;
            is_opened?: null | boolean;
            is_planed?: null | boolean;
            master?: null | string;
            meta?: null | string;
            parent_hash?: null | string;
            present: boolean;
            project_hash: string;
            status: ProjectStatus;
            title?: null | string;
        };
        capitalProjectWithRelations?: null | {
            __typename: "CapitalProject";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            can_convert_to_project?: null | boolean;
            components: {
                __typename: "CapitalProjectComponent";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            }[];
            coopname?: null | string;
            created_at?: null | string;
            description?: null | string;
            id?: null | number;
            is_opened?: null | boolean;
            is_planed?: null | boolean;
            master?: null | string;
            meta?: null | string;
            parent_hash?: null | string;
            present: boolean;
            project_hash: string;
            status: ProjectStatus;
            title?: null | string;
        };
        capitalProjects: {
            __typename: "PaginatedCapitalProjectsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalProject";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                components: {
                    __typename: "CapitalProjectComponent";
                    _created_at: "scalar" & {
                        name: ...;
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: ...;
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalResult?: null | {
            __typename: "CapitalResult";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            act?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            authorization?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            created_at?: null | string;
            debt_amount?: null | number;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            result_hash: string;
            statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            status: ResultStatus;
            total_amount?: null | number;
            username?: null | string;
        };
        capitalResults: {
            __typename: "PaginatedCapitalResultsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalResult";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                act?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                result_hash: string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                status: ResultStatus;
                total_amount?: null | number;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalState?: null | {
            __typename: "CapitalState";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            config: {
                __typename: "CapitalConfigObject";
                authors_voting_percent: number;
                coordinator_bonus_percent: number;
                coordinator_invite_validity_days: number;
                creators_voting_percent: number;
                expense_pool_percent: number;
                voting_period_in_days: number;
            };
            coopname: string;
            global_available_invest_pool: string;
            present: boolean;
            program_membership_available: string;
            program_membership_cumulative_reward_per_share: number;
            program_membership_distributed: string;
            program_membership_funded: string;
        };
        capitalStories: {
            __typename: "PaginatedCapitalStoriesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalStory?: null | {
            __typename: "CapitalStory";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            description?: null | string;
            issue_id?: null | string;
            present: boolean;
            project_hash?: null | string;
            sort_order: number;
            status: StoryStatus;
            story_hash: string;
            title: string;
        };
        capitalVote?: null | {
            __typename: "CapitalVote";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            block_num?: null | number;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            recipient?: null | string;
            voted_at?: null | string;
            voter?: null | string;
        };
        capitalVotes: {
            __typename: "PaginatedCapitalVotesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalVote";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                recipient?: null | string;
                voted_at?: null | string;
                voter?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getAccount: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        getAccounts: {
            __typename: "AccountsPaginationResult";
            currentPage: number;
            items: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: (...) | (...) | (...);
                        last_usage_update_time?: (...) | (...) | (...);
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: (...) | (...) | (...);
                        last_usage_update_time?: (...) | (...) | (...);
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: ...;
                        parent: ...;
                        perm_name: ...;
                        required_auth: ...;
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: ...;
                        cpu_amount: ...;
                        net_amount: ...;
                        owner: ...;
                        request_time: ...;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: ...;
                        cpu_weight: ...;
                        from: ...;
                        net_weight: ...;
                        to: ...;
                    };
                    total_resources?: null | {
                        __typename: ...;
                        cpu_weight: ...;
                        net_weight: ...;
                        owner: ...;
                        ram_bytes: ...;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: ...;
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: ...;
                    };
                    last_update: "scalar" & {
                        name: ...;
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: ...;
                        birthdate: ...;
                        city: ...;
                        country: ...;
                        details: ...;
                        email: ...;
                        first_name: ...;
                        full_address: ...;
                        last_name: ...;
                        middle_name: ...;
                        phone: ...;
                        username: ...;
                    };
                    individual_data?: null | {
                        __typename: ...;
                        birthdate: ...;
                        email: ...;
                        first_name: ...;
                        full_address: ...;
                        last_name: ...;
                        middle_name: ...;
                        passport?: ...;
                        phone: ...;
                        username: ...;
                    };
                    organization_data?: null | {
                        __typename: ...;
                        city: ...;
                        country: ...;
                        details: ...;
                        email: ...;
                        fact_address: ...;
                        full_address: ...;
                        full_name: ...;
                        phone: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: ...;
                        created_at: ...;
                        is_verified: ...;
                        last_update: ...;
                        notice: ...;
                        procedure: ...;
                        verificator: ...;
                    }[];
                };
                username: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getActions: {
            __typename: "PaginatedActionsPaginationResult";
            currentPage: number;
            items: {
                __typename: "BlockchainAction";
                account: string;
                account_ram_deltas: {
                    __typename: "AccountRamDelta";
                    account: string;
                    delta: number;
                }[];
                action_ordinal: number;
                authorization: {
                    __typename: "ActionAuthorization";
                    actor: string;
                    permission: string;
                }[];
                block_id: string;
                block_num: number;
                chain_id: string;
                console: string;
                context_free: boolean;
                creator_action_ordinal: number;
                data: "scalar" & {
                    name: "JSON";
                };
                elapsed: number;
                global_sequence: string;
                name: string;
                receipt: {
                    __typename: "ActionReceipt";
                    abi_sequence: number;
                    act_digest: string;
                    auth_sequence: {
                        __typename: "AuthSequence";
                        account: string;
                        sequence: string;
                    }[];
                    code_sequence: number;
                    global_sequence: string;
                    receiver: string;
                    recv_sequence: string;
                };
                receiver: string;
                transaction_id: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getAgenda: {
            __typename: "AgendaWithDocuments";
            action: {
                __typename: "BlockchainAction";
                account: string;
                account_ram_deltas: {
                    __typename: "AccountRamDelta";
                    account: string;
                    delta: number;
                }[];
                action_ordinal: number;
                authorization: {
                    __typename: "ActionAuthorization";
                    actor: string;
                    permission: string;
                }[];
                block_id: string;
                block_num: number;
                chain_id: string;
                console: string;
                context_free: boolean;
                creator_action_ordinal: number;
                data: "scalar" & {
                    name: "JSON";
                };
                elapsed: number;
                global_sequence: string;
                name: string;
                receipt: {
                    __typename: "ActionReceipt";
                    abi_sequence: number;
                    act_digest: string;
                    auth_sequence: {
                        __typename: "AuthSequence";
                        account: string;
                        sequence: string;
                    }[];
                    code_sequence: number;
                    global_sequence: string;
                    receiver: string;
                    recv_sequence: string;
                };
                receiver: string;
                transaction_id: string;
            };
            documents: {
                __typename: "DocumentPackageAggregate";
                acts: {
                    __typename: "ActDetailAggregate";
                    action?: null | {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    };
                    documentAggregate?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                }[];
                decision?: null | {
                    __typename: "DecisionDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    votes_against: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                    votes_for: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                };
                links: {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                }[];
                statement?: null | {
                    __typename: "StatementDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                };
            };
            table: {
                __typename: "BlockchainDecision";
                approved: boolean;
                authorization: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                authorized: boolean;
                authorized_by: string;
                batch_id: number;
                callback_contract?: null | string;
                confirm_callback?: null | string;
                coopname: string;
                created_at: string;
                decline_callback?: null | string;
                expired_at: string;
                hash?: null | string;
                id: number;
                meta: string;
                statement: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                type: string;
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                validated: boolean;
                votes_against: string[];
                votes_against_certificates: {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                }[];
                votes_for: string[];
                votes_for_certificates: {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                }[];
            };
        }[];
        getBranches: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        }[];
        getCurrentTableStates: {
            __typename: "PaginatedCurrentTableStatesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CurrentTableState";
                block_num: number;
                code: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                primary_key: string;
                scope: string;
                table: string;
                value?: null | "scalar" & {
                    name: "JSON";
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getDeltas: {
            __typename: "PaginatedDeltasPaginationResult";
            currentPage: number;
            items: {
                __typename: "Delta";
                block_id: string;
                block_num: number;
                chain_id: string;
                code: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                id: string;
                present: boolean;
                primary_key: string;
                scope: string;
                table: string;
                value?: null | "scalar" & {
                    name: "JSON";
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getDesktop: {
            __typename: "Desktop";
            authorizedHome: string;
            coopname: string;
            layout: string;
            nonAuthorizedHome: string;
            workspaces: {
                __typename: "DesktopWorkspace";
                name: string;
                title: string;
            }[];
        };
        getDocuments: {
            __typename: "DocumentsAggregatePaginationResult";
            currentPage: number;
            items: {
                __typename: "DocumentPackageAggregate";
                acts: {
                    __typename: "ActDetailAggregate";
                    action?: null | {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    };
                    documentAggregate?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                }[];
                decision?: null | {
                    __typename: "DecisionDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    votes_against: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                    votes_for: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                };
                links: {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                }[];
                statement?: null | {
                    __typename: "StatementDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getExtensions: {
            __typename: "Extension";
            config?: null | "scalar" & {
                name: "JSON";
            };
            created_at: "scalar" & {
                name: "DateTime";
            };
            description?: null | string;
            enabled: boolean;
            external_url?: null | string;
            image?: null | string;
            instructions: string;
            is_available: boolean;
            is_builtin: boolean;
            is_desktop: boolean;
            is_installed: boolean;
            is_internal: boolean;
            name: string;
            readme: string;
            schema?: null | "scalar" & {
                name: "JSON";
            };
            tags: string[];
            title?: null | string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
        }[];
        getLedger: {
            __typename: "LedgerState";
            chartOfAccounts: {
                __typename: "ChartOfAccountsItem";
                available: string;
                blocked: string;
                displayId: string;
                id: number;
                name: string;
                writeoff: string;
            }[];
            coopname: string;
        };
        getLedgerHistory: {
            __typename: "LedgerHistoryResponse";
            currentPage: number;
            items: {
                __typename: "LedgerOperation";
                account_id: number;
                action: string;
                comment?: null | string;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                global_sequence: number;
                quantity: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        getMeets: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: ...;
                        doc_hash: ...;
                        hash: ...;
                        meta: ...;
                        meta_hash: ...;
                        signatures: ...;
                        version: ...;
                    };
                    hash: string;
                    rawDocument?: (...) | (...) | (...);
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: ...;
                        doc_hash: ...;
                        hash: ...;
                        meta: ...;
                        meta_hash: ...;
                        signatures: ...;
                        version: ...;
                    };
                    hash: string;
                    rawDocument?: (...) | (...) | (...);
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    close_at: "scalar" & {
                        name: ...;
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: ...;
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    decision2?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: ...;
                        ...on IndividualCertificate: ...;
                        ...on OrganizationCertificate: ...;
                        __typename: ...;
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: ...;
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: ...;
                        ...on IndividualCertificate: ...;
                        ...on OrganizationCertificate: ...;
                        __typename: ...;
                    };
                    proposal?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: ...;
                        ...on IndividualCertificate: ...;
                        ...on OrganizationCertificate: ...;
                        __typename: ...;
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: (...)[];
                    voters_against: (...)[];
                    voters_for: (...)[];
                }[];
            };
        }[];
        getPaymentMethods: {
            __typename: "PaymentMethodPaginationResult";
            currentPage: number;
            items: {
                __typename: "PaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    ...on BankAccount: "__union" & {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: (...) | (...) | (...);
                        currency: string;
                        details: {
                            __typename: ...;
                            bik: ...;
                            corr: ...;
                            kpp: ...;
                        };
                    };
                    ...on SbpAccount: "__union" & {
                        __typename: "SbpAccount";
                        phone: string;
                    };
                    __typename: "BankAccount" | "SbpAccount";
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getPayments: {
            __typename: "PaginatedGatewayPaymentsPaginationResult";
            currentPage: number;
            items: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: ...;
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getSystemInfo: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        getUserWebPushSubscriptions: {
            __typename: "WebPushSubscriptionDto";
            authKey: string;
            createdAt: "scalar" & {
                name: "DateTime";
            };
            endpoint: string;
            id: string;
            isActive: boolean;
            p256dhKey: string;
            updatedAt: "scalar" & {
                name: "DateTime";
            };
            userAgent?: null | string;
            username: string;
        }[];
        getWebPushSubscriptionStats: {
            __typename: "SubscriptionStatsDto";
            active: number;
            inactive: number;
            total: number;
            uniqueUsers: number;
        };
        searchPrivateAccounts: {
            __typename: "PrivateAccountSearchResult";
            data: {
                ...on Entrepreneur: "__union" & {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                ...on Individual: "__union" & {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                ...on Organization: "__union" & {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                __typename: "Individual" | "Entrepreneur" | "Organization";
            };
            highlightedFields?: null | string[];
            score?: null | number;
            type: string;
        }[];
    }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>)
  • Доступ к GraphQL-запросам.

    Returns (<Z>(o, ops?) => Promise<InputType<{
        __typename: "Query";
        capitalCommit?: null | {
            __typename: "CapitalCommit";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            commit_hash: string;
            coopname?: null | string;
            created_at?: null | string;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            status: CommitStatus;
            username?: null | string;
        };
        capitalCommits: {
            __typename: "PaginatedCapitalCommitsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalCommit";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                commit_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                status: CommitStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalContributor?: null | {
            __typename: "CapitalContributor";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            appendixes?: null | string[];
            block_num?: null | number;
            blockchain_status?: null | string;
            contract?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            contributed_as_author?: null | number;
            contributed_as_contributor?: null | number;
            contributed_as_coordinator?: null | number;
            contributed_as_creator?: null | number;
            contributed_as_investor?: null | number;
            contributed_as_propertor?: null | number;
            contributor_hash: string;
            coopname?: null | string;
            created_at?: null | string;
            debt_amount?: null | number;
            display_name?: null | string;
            id?: null | number;
            is_external_contract?: null | boolean;
            memo?: null | string;
            present: boolean;
            rate_per_hour?: null | number;
            status: ContributorStatus;
            username?: null | string;
        };
        capitalContributors: {
            __typename: "PaginatedCapitalContributorsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalContributor";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                appendixes?: null | string[];
                block_num?: null | number;
                blockchain_status?: null | string;
                contract?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                contributed_as_author?: null | number;
                contributed_as_contributor?: null | number;
                contributed_as_coordinator?: null | number;
                contributed_as_creator?: null | number;
                contributed_as_investor?: null | number;
                contributed_as_propertor?: null | number;
                contributor_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                display_name?: null | string;
                id?: null | number;
                is_external_contract?: null | boolean;
                memo?: null | string;
                present: boolean;
                rate_per_hour?: null | number;
                status: ContributorStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalCycles: {
            __typename: "PaginatedCapitalCyclesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalCycle";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                end_date: "scalar" & {
                    name: "DateTime";
                };
                name: string;
                present: boolean;
                start_date: "scalar" & {
                    name: "DateTime";
                };
                status: CycleStatus;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalDebt?: null | {
            __typename: "CapitalDebt";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            approved_statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            authorization?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            debt_hash: string;
            id?: null | number;
            memo?: null | string;
            present: boolean;
            project_hash?: null | string;
            repaid_at?: null | string;
            statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            status: DebtStatus;
            username?: null | string;
        };
        capitalDebts: {
            __typename: "PaginatedCapitalDebtsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalDebt";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                debt_hash: string;
                id?: null | number;
                memo?: null | string;
                present: boolean;
                project_hash?: null | string;
                repaid_at?: null | string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                status: DebtStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalExpense?: null | {
            __typename: "CapitalExpense";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | string;
            approved_statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            authorization?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            description?: null | string;
            expense_hash: string;
            expense_statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            fund_id?: null | number;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            spended_at?: null | string;
            status: ExpenseStatus;
            username?: null | string;
        };
        capitalExpenses: {
            __typename: "PaginatedCapitalExpensesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalExpense";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | string;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                description?: null | string;
                expense_hash: string;
                expense_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                fund_id?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                spended_at?: null | string;
                status: ExpenseStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalInvest?: null | {
            __typename: "CapitalInvest";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            coordinator?: null | string;
            coordinator_amount?: null | number;
            id?: null | number;
            invest_hash: string;
            invested_at?: null | string;
            present: boolean;
            project_hash?: null | string;
            statement?: null | string;
            status: InvestStatus;
            username?: null | string;
        };
        capitalInvests: {
            __typename: "PaginatedCapitalInvestsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                coordinator?: null | string;
                coordinator_amount?: null | number;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                project_hash?: null | string;
                statement?: null | string;
                status: InvestStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalIssue?: null | {
            __typename: "CapitalIssue";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            creators_hashs: string[];
            cycle_id?: null | string;
            description?: null | string;
            estimate: number;
            issue_hash: string;
            metadata: "scalar" & {
                name: "JSON";
            };
            present: boolean;
            priority: IssuePriority;
            project_hash: string;
            sort_order: number;
            status: IssueStatus;
            submaster_hash?: null | string;
            title: string;
        };
        capitalIssues: {
            __typename: "PaginatedCapitalIssuesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalProgramInvest?: null | {
            __typename: "CapitalProgramInvest";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            id?: null | number;
            invest_hash: string;
            invested_at?: null | string;
            present: boolean;
            statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            status: ProgramInvestStatus;
            username?: null | string;
        };
        capitalProgramInvests: {
            __typename: "PaginatedCapitalProgramInvestsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalProgramInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                status: ProgramInvestStatus;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalProject?: null | {
            __typename: "CapitalProject";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            can_convert_to_project?: null | boolean;
            components: {
                __typename: "CapitalProjectComponent";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            }[];
            coopname?: null | string;
            created_at?: null | string;
            description?: null | string;
            id?: null | number;
            is_opened?: null | boolean;
            is_planed?: null | boolean;
            master?: null | string;
            meta?: null | string;
            parent_hash?: null | string;
            present: boolean;
            project_hash: string;
            status: ProjectStatus;
            title?: null | string;
        };
        capitalProjectWithRelations?: null | {
            __typename: "CapitalProject";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            can_convert_to_project?: null | boolean;
            components: {
                __typename: "CapitalProjectComponent";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            }[];
            coopname?: null | string;
            created_at?: null | string;
            description?: null | string;
            id?: null | number;
            is_opened?: null | boolean;
            is_planed?: null | boolean;
            master?: null | string;
            meta?: null | string;
            parent_hash?: null | string;
            present: boolean;
            project_hash: string;
            status: ProjectStatus;
            title?: null | string;
        };
        capitalProjects: {
            __typename: "PaginatedCapitalProjectsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalProject";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                components: {
                    __typename: "CapitalProjectComponent";
                    _created_at: "scalar" & {
                        name: ...;
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: ...;
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalResult?: null | {
            __typename: "CapitalResult";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            act?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            authorization?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            block_num?: null | number;
            blockchain_status?: null | string;
            coopname?: null | string;
            created_at?: null | string;
            debt_amount?: null | number;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            result_hash: string;
            statement?: null | {
                __typename: "DocumentAggregate";
                document: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                hash: string;
                rawDocument?: null | {
                    __typename: "GeneratedDocument";
                    binary: string;
                    full_title: string;
                    hash: string;
                    html: string;
                    meta: (...) & (...);
                };
            };
            status: ResultStatus;
            total_amount?: null | number;
            username?: null | string;
        };
        capitalResults: {
            __typename: "PaginatedCapitalResultsPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalResult";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                act?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                result_hash: string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                status: ResultStatus;
                total_amount?: null | number;
                username?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalState?: null | {
            __typename: "CapitalState";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            config: {
                __typename: "CapitalConfigObject";
                authors_voting_percent: number;
                coordinator_bonus_percent: number;
                coordinator_invite_validity_days: number;
                creators_voting_percent: number;
                expense_pool_percent: number;
                voting_period_in_days: number;
            };
            coopname: string;
            global_available_invest_pool: string;
            present: boolean;
            program_membership_available: string;
            program_membership_cumulative_reward_per_share: number;
            program_membership_distributed: string;
            program_membership_funded: string;
        };
        capitalStories: {
            __typename: "PaginatedCapitalStoriesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        capitalStory?: null | {
            __typename: "CapitalStory";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            block_num?: null | number;
            created_by: string;
            description?: null | string;
            issue_id?: null | string;
            present: boolean;
            project_hash?: null | string;
            sort_order: number;
            status: StoryStatus;
            story_hash: string;
            title: string;
        };
        capitalVote?: null | {
            __typename: "CapitalVote";
            _created_at: "scalar" & {
                name: "DateTime";
            };
            _id: string;
            _updated_at: "scalar" & {
                name: "DateTime";
            };
            amount?: null | number;
            block_num?: null | number;
            id?: null | number;
            present: boolean;
            project_hash?: null | string;
            recipient?: null | string;
            voted_at?: null | string;
            voter?: null | string;
        };
        capitalVotes: {
            __typename: "PaginatedCapitalVotesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CapitalVote";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                recipient?: null | string;
                voted_at?: null | string;
                voter?: null | string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getAccount: {
            __typename: "Account";
            blockchain_account?: null | {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: (...)[];
                        keys: (...)[];
                        threshold: number;
                        waits: (...)[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: null | {
                __typename: "ParticipantAccount";
                braname?: null | string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: "scalar" & {
                    name: "DateTime";
                };
                last_update: "scalar" & {
                    name: "DateTime";
                };
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: null | {
                __typename: "PrivateAccount";
                entrepreneur_data?: null | {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: null | {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: null | {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: null | {
                __typename: "MonoAccount";
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: null | {
                __typename: "UserAccount";
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        getAccounts: {
            __typename: "AccountsPaginationResult";
            currentPage: number;
            items: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: (...) | (...) | (...);
                        last_usage_update_time?: (...) | (...) | (...);
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: (...) | (...) | (...);
                        last_usage_update_time?: (...) | (...) | (...);
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: ...;
                        parent: ...;
                        perm_name: ...;
                        required_auth: ...;
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: ...;
                        cpu_amount: ...;
                        net_amount: ...;
                        owner: ...;
                        request_time: ...;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: ...;
                        cpu_weight: ...;
                        from: ...;
                        net_weight: ...;
                        to: ...;
                    };
                    total_resources?: null | {
                        __typename: ...;
                        cpu_weight: ...;
                        net_weight: ...;
                        owner: ...;
                        ram_bytes: ...;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: ...;
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: ...;
                    };
                    last_update: "scalar" & {
                        name: ...;
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: ...;
                        birthdate: ...;
                        city: ...;
                        country: ...;
                        details: ...;
                        email: ...;
                        first_name: ...;
                        full_address: ...;
                        last_name: ...;
                        middle_name: ...;
                        phone: ...;
                        username: ...;
                    };
                    individual_data?: null | {
                        __typename: ...;
                        birthdate: ...;
                        email: ...;
                        first_name: ...;
                        full_address: ...;
                        last_name: ...;
                        middle_name: ...;
                        passport?: ...;
                        phone: ...;
                        username: ...;
                    };
                    organization_data?: null | {
                        __typename: ...;
                        city: ...;
                        country: ...;
                        details: ...;
                        email: ...;
                        fact_address: ...;
                        full_address: ...;
                        full_name: ...;
                        phone: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: ...;
                        created_at: ...;
                        is_verified: ...;
                        last_update: ...;
                        notice: ...;
                        procedure: ...;
                        verificator: ...;
                    }[];
                };
                username: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getActions: {
            __typename: "PaginatedActionsPaginationResult";
            currentPage: number;
            items: {
                __typename: "BlockchainAction";
                account: string;
                account_ram_deltas: {
                    __typename: "AccountRamDelta";
                    account: string;
                    delta: number;
                }[];
                action_ordinal: number;
                authorization: {
                    __typename: "ActionAuthorization";
                    actor: string;
                    permission: string;
                }[];
                block_id: string;
                block_num: number;
                chain_id: string;
                console: string;
                context_free: boolean;
                creator_action_ordinal: number;
                data: "scalar" & {
                    name: "JSON";
                };
                elapsed: number;
                global_sequence: string;
                name: string;
                receipt: {
                    __typename: "ActionReceipt";
                    abi_sequence: number;
                    act_digest: string;
                    auth_sequence: {
                        __typename: "AuthSequence";
                        account: string;
                        sequence: string;
                    }[];
                    code_sequence: number;
                    global_sequence: string;
                    receiver: string;
                    recv_sequence: string;
                };
                receiver: string;
                transaction_id: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getAgenda: {
            __typename: "AgendaWithDocuments";
            action: {
                __typename: "BlockchainAction";
                account: string;
                account_ram_deltas: {
                    __typename: "AccountRamDelta";
                    account: string;
                    delta: number;
                }[];
                action_ordinal: number;
                authorization: {
                    __typename: "ActionAuthorization";
                    actor: string;
                    permission: string;
                }[];
                block_id: string;
                block_num: number;
                chain_id: string;
                console: string;
                context_free: boolean;
                creator_action_ordinal: number;
                data: "scalar" & {
                    name: "JSON";
                };
                elapsed: number;
                global_sequence: string;
                name: string;
                receipt: {
                    __typename: "ActionReceipt";
                    abi_sequence: number;
                    act_digest: string;
                    auth_sequence: {
                        __typename: "AuthSequence";
                        account: string;
                        sequence: string;
                    }[];
                    code_sequence: number;
                    global_sequence: string;
                    receiver: string;
                    recv_sequence: string;
                };
                receiver: string;
                transaction_id: string;
            };
            documents: {
                __typename: "DocumentPackageAggregate";
                acts: {
                    __typename: "ActDetailAggregate";
                    action?: null | {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    };
                    documentAggregate?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                }[];
                decision?: null | {
                    __typename: "DecisionDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    votes_against: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                    votes_for: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                };
                links: {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                }[];
                statement?: null | {
                    __typename: "StatementDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                };
            };
            table: {
                __typename: "BlockchainDecision";
                approved: boolean;
                authorization: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                authorized: boolean;
                authorized_by: string;
                batch_id: number;
                callback_contract?: null | string;
                confirm_callback?: null | string;
                coopname: string;
                created_at: string;
                decline_callback?: null | string;
                expired_at: string;
                hash?: null | string;
                id: number;
                meta: string;
                statement: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                type: string;
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                validated: boolean;
                votes_against: string[];
                votes_against_certificates: {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                }[];
                votes_for: string[];
                votes_for_certificates: {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                }[];
            };
        }[];
        getBranches: {
            __typename: "Branch";
            bank_account: {
                __typename: "BankPaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    __typename: "BankAccount";
                    account_number: string;
                    bank_name: string;
                    card_number?: null | string;
                    currency: string;
                    details: {
                        __typename: "BankAccountDetails";
                        bik: string;
                        corr: string;
                        kpp: string;
                    };
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            };
            braname: string;
            city: string;
            coopname: string;
            country: string;
            details: {
                __typename: "OrganizationDetails";
                inn: string;
                kpp: string;
                ogrn: string;
            };
            email: string;
            fact_address: string;
            full_address: string;
            full_name: string;
            phone: string;
            represented_by: {
                __typename: "RepresentedBy";
                based_on: string;
                first_name: string;
                last_name: string;
                middle_name: string;
                position: string;
            };
            short_name: string;
            trusted: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            }[];
            trustee: {
                __typename: "Individual";
                birthdate: string;
                email: string;
                first_name: string;
                full_address: string;
                last_name: string;
                middle_name: string;
                passport?: null | {
                    __typename: "Passport";
                    code: string;
                    issued_at: string;
                    issued_by: string;
                    number: number;
                    series: number;
                };
                phone: string;
                username: string;
            };
            type: string;
        }[];
        getCurrentTableStates: {
            __typename: "PaginatedCurrentTableStatesPaginationResult";
            currentPage: number;
            items: {
                __typename: "CurrentTableState";
                block_num: number;
                code: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                primary_key: string;
                scope: string;
                table: string;
                value?: null | "scalar" & {
                    name: "JSON";
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getDeltas: {
            __typename: "PaginatedDeltasPaginationResult";
            currentPage: number;
            items: {
                __typename: "Delta";
                block_id: string;
                block_num: number;
                chain_id: string;
                code: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                id: string;
                present: boolean;
                primary_key: string;
                scope: string;
                table: string;
                value?: null | "scalar" & {
                    name: "JSON";
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getDesktop: {
            __typename: "Desktop";
            authorizedHome: string;
            coopname: string;
            layout: string;
            nonAuthorizedHome: string;
            workspaces: {
                __typename: "DesktopWorkspace";
                name: string;
                title: string;
            }[];
        };
        getDocuments: {
            __typename: "DocumentsAggregatePaginationResult";
            currentPage: number;
            items: {
                __typename: "DocumentPackageAggregate";
                acts: {
                    __typename: "ActDetailAggregate";
                    action?: null | {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    };
                    documentAggregate?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                }[];
                decision?: null | {
                    __typename: "DecisionDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    votes_against: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                    votes_for: {
                        __typename: ...;
                        account: ...;
                        account_ram_deltas: ...;
                        action_ordinal: ...;
                        actor_certificate?: ...;
                        authorization: ...;
                        block_id: ...;
                        block_num: ...;
                        chain_id: ...;
                        console: ...;
                        context_free: ...;
                        creator_action_ordinal: ...;
                        data: ...;
                        elapsed: ...;
                        global_sequence: ...;
                        name: ...;
                        receipt: ...;
                        receiver: ...;
                        transaction_id: ...;
                    }[];
                };
                links: {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                }[];
                statement?: null | {
                    __typename: "StatementDetailAggregate";
                    action: {
                        __typename: "ExtendedBlockchainAction";
                        account: string;
                        account_ram_deltas: (...)[];
                        action_ordinal: number;
                        actor_certificate?: (...) | (...) | (...);
                        authorization: (...)[];
                        block_id: string;
                        block_num: number;
                        chain_id: string;
                        console: string;
                        context_free: boolean;
                        creator_action_ordinal: number;
                        data: (...) & (...);
                        elapsed: number;
                        global_sequence: string;
                        name: string;
                        receipt: {
                            __typename: ...;
                            abi_sequence: ...;
                            act_digest: ...;
                            auth_sequence: ...;
                            code_sequence: ...;
                            global_sequence: ...;
                            receiver: ...;
                            recv_sequence: ...;
                        };
                        receiver: string;
                        transaction_id: string;
                    };
                    documentAggregate: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getExtensions: {
            __typename: "Extension";
            config?: null | "scalar" & {
                name: "JSON";
            };
            created_at: "scalar" & {
                name: "DateTime";
            };
            description?: null | string;
            enabled: boolean;
            external_url?: null | string;
            image?: null | string;
            instructions: string;
            is_available: boolean;
            is_builtin: boolean;
            is_desktop: boolean;
            is_installed: boolean;
            is_internal: boolean;
            name: string;
            readme: string;
            schema?: null | "scalar" & {
                name: "JSON";
            };
            tags: string[];
            title?: null | string;
            updated_at: "scalar" & {
                name: "DateTime";
            };
        }[];
        getLedger: {
            __typename: "LedgerState";
            chartOfAccounts: {
                __typename: "ChartOfAccountsItem";
                available: string;
                blocked: string;
                displayId: string;
                id: number;
                name: string;
                writeoff: string;
            }[];
            coopname: string;
        };
        getLedgerHistory: {
            __typename: "LedgerHistoryResponse";
            currentPage: number;
            items: {
                __typename: "LedgerOperation";
                account_id: number;
                action: string;
                comment?: null | string;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                global_sequence: number;
                quantity: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getMeet: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: "JSON";
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: (...) | (...) | (...) | (...);
                        meta: (...) & (...);
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: (...) | (...) | (...);
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: (...) & (...);
                        meta_hash: string;
                        signatures: (...)[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: ...;
                        binary: ...;
                        full_title: ...;
                        hash: ...;
                        html: ...;
                        meta: ...;
                    };
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    decision2?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: string[];
                    voters_against: string[];
                    voters_for: string[];
                }[];
            };
        };
        getMeets: {
            __typename: "MeetAggregate";
            hash: string;
            pre?: null | {
                __typename: "MeetPreProcessing";
                agenda: {
                    __typename: "AgendaMeetPoint";
                    context: string;
                    decision: string;
                    title: string;
                }[];
                close_at: "scalar" & {
                    name: "DateTime";
                };
                coopname: string;
                hash: string;
                initiator: string;
                initiator_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                open_at: "scalar" & {
                    name: "DateTime";
                };
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                proposal?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: ...;
                        doc_hash: ...;
                        hash: ...;
                        meta: ...;
                        meta_hash: ...;
                        signatures: ...;
                        version: ...;
                    };
                    hash: string;
                    rawDocument?: (...) | (...) | (...);
                };
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
            };
            processed?: null | {
                __typename: "MeetProcessed";
                coopname: string;
                decision: {
                    __typename: "SignedDigitalDocument";
                    doc_hash: string;
                    hash: string;
                    meta: "scalar" & {
                        name: ...;
                    };
                    meta_hash: string;
                    signatures: {
                        __typename: ...;
                        id: ...;
                        is_valid?: ...;
                        meta: ...;
                        public_key: ...;
                        signature: ...;
                        signed_at: ...;
                        signed_hash: ...;
                        signer: ...;
                        signer_certificate?: ...;
                    }[];
                    version: string;
                };
                decisionAggregate?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: ...;
                        doc_hash: ...;
                        hash: ...;
                        meta: ...;
                        meta_hash: ...;
                        signatures: ...;
                        version: ...;
                    };
                    hash: string;
                    rawDocument?: (...) | (...) | (...);
                };
                hash: string;
                presider: string;
                presider_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                quorum_passed: boolean;
                quorum_percent: number;
                results: {
                    __typename: "MeetQuestionResult";
                    accepted: boolean;
                    context: string;
                    decision: string;
                    number: number;
                    question_id: number;
                    title: string;
                    votes_abstained: number;
                    votes_against: number;
                    votes_for: number;
                }[];
                secretary: string;
                secretary_certificate?: null | {
                    ...on EntrepreneurCertificate: (...) & (...);
                    ...on IndividualCertificate: (...) & (...);
                    ...on OrganizationCertificate: (...) & (...);
                    __typename: (...) | (...) | (...);
                };
                signed_ballots: number;
            };
            processing?: null | {
                __typename: "MeetProcessing";
                extendedStatus: ExtendedMeetStatus;
                hash: string;
                isVoted: boolean;
                meet: {
                    __typename: "Meet";
                    authorization?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    close_at: "scalar" & {
                        name: ...;
                    };
                    coopname: string;
                    created_at: "scalar" & {
                        name: ...;
                    };
                    current_quorum_percent: number;
                    cycle: number;
                    decision1?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    decision2?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    hash: string;
                    id: number;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: ...;
                        ...on IndividualCertificate: ...;
                        ...on OrganizationCertificate: ...;
                        __typename: ...;
                    };
                    level: string;
                    notified_users: string[];
                    open_at: "scalar" & {
                        name: ...;
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: ...;
                        ...on IndividualCertificate: ...;
                        ...on OrganizationCertificate: ...;
                        __typename: ...;
                    };
                    proposal?: null | {
                        __typename: ...;
                        document: ...;
                        hash: ...;
                        rawDocument?: ...;
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: ...;
                        ...on IndividualCertificate: ...;
                        ...on OrganizationCertificate: ...;
                        __typename: ...;
                    };
                    signed_ballots: number;
                    status: string;
                    type: string;
                };
                questions: {
                    __typename: "Question";
                    context: string;
                    coopname: string;
                    counter_votes_abstained: number;
                    counter_votes_against: number;
                    counter_votes_for: number;
                    decision: string;
                    id: number;
                    meet_id: number;
                    number: number;
                    title: string;
                    voters_abstained: (...)[];
                    voters_against: (...)[];
                    voters_for: (...)[];
                }[];
            };
        }[];
        getPaymentMethods: {
            __typename: "PaymentMethodPaginationResult";
            currentPage: number;
            items: {
                __typename: "PaymentMethod";
                created_at: "scalar" & {
                    name: "DateTime";
                };
                data: {
                    ...on BankAccount: "__union" & {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: (...) | (...) | (...);
                        currency: string;
                        details: {
                            __typename: ...;
                            bik: ...;
                            corr: ...;
                            kpp: ...;
                        };
                    };
                    ...on SbpAccount: "__union" & {
                        __typename: "SbpAccount";
                        phone: string;
                    };
                    __typename: "BankAccount" | "SbpAccount";
                };
                is_default: boolean;
                method_id: string;
                method_type: string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
                username: string;
            }[];
            totalCount: number;
            totalPages: number;
        };
        getPayments: {
            __typename: "PaginatedGatewayPaymentsPaginationResult";
            currentPage: number;
            items: {
                __typename: "GatewayPayment";
                blockchain_data?: null | "scalar" & {
                    name: "JSON";
                };
                can_change_status: boolean;
                coopname: string;
                created_at: "scalar" & {
                    name: "DateTime";
                };
                direction: PaymentDirection;
                direction_label: string;
                expired_at?: null | "scalar" & {
                    name: "DateTime";
                };
                formatted_amount: string;
                hash?: null | string;
                id?: null | string;
                income_hash?: null | string;
                is_final: boolean;
                memo?: null | string;
                message?: null | string;
                outcome_hash?: null | string;
                payment_details?: null | {
                    __typename: "PaymentDetails";
                    amount_plus_fee: string;
                    amount_without_fee: string;
                    data: "scalar" & {
                        name: ...;
                    };
                    fact_fee_percent: number;
                    fee_amount: string;
                    fee_percent: number;
                    tolerance_percent: number;
                };
                payment_method_id?: null | string;
                provider?: null | string;
                quantity: number;
                statement?: null | "scalar" & {
                    name: "JSON";
                };
                status: PaymentStatus;
                status_label: string;
                symbol: string;
                type: PaymentType;
                type_label: string;
                updated_at?: null | "scalar" & {
                    name: "DateTime";
                };
                username: string;
                username_certificate?: null | {
                    ...on EntrepreneurCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        inn: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on IndividualCertificate: "__union" & {
                        __typename: ...;
                        first_name: ...;
                        last_name: ...;
                        middle_name?: ...;
                        type: ...;
                        username: ...;
                    };
                    ...on OrganizationCertificate: "__union" & {
                        __typename: ...;
                        inn: ...;
                        ogrn: ...;
                        represented_by: ...;
                        short_name: ...;
                        type: ...;
                        username: ...;
                    };
                    __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                };
            }[];
            totalCount: number;
            totalPages: number;
        };
        getSystemInfo: {
            __typename: "SystemInfo";
            blockchain_account: {
                __typename: "BlockchainAccount";
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    __typename: "AccountResourceInfo";
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    __typename: "Permission";
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        __typename: "Authority";
                        accounts: {
                            __typename: ...;
                            permission: ...;
                            weight: ...;
                        }[];
                        keys: {
                            __typename: ...;
                            key: ...;
                            weight: ...;
                        }[];
                        threshold: number;
                        waits: {
                            __typename: ...;
                            wait_sec: ...;
                            weight: ...;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: null | {
                    __typename: "RefundRequest";
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: null | {
                    __typename: "ResourceDelegationDTO";
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: null | {
                    __typename: "ResourceOverview";
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            blockchain_info: {
                __typename: "BlockchainInfoDTO";
                block_cpu_limit: number;
                block_net_limit: number;
                chain_id: string;
                fork_db_head_block_id?: null | string;
                fork_db_head_block_num?: null | number;
                head_block_id: string;
                head_block_num: number;
                head_block_producer: string;
                head_block_time: string;
                last_irreversible_block_id: string;
                last_irreversible_block_num: number;
                last_irreversible_block_time?: null | string;
                server_version: string;
                server_version_string?: null | string;
                virtual_block_cpu_limit: number;
                virtual_block_net_limit: number;
            };
            contacts?: null | {
                __typename: "ContactsDTO";
                chairman: {
                    __typename: "PublicChairman";
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                };
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                full_address: string;
                full_name: string;
                phone: string;
            };
            cooperator_account: {
                __typename: "CooperativeOperatorAccount";
                active_participants_count: number;
                announce: string;
                coop_type: string;
                created_at: string;
                description: string;
                document: {
                    __typename: "SignedBlockchainDocument";
                    doc_hash: string;
                    hash: string;
                    meta: string;
                    meta_hash: string;
                    signatures: {
                        __typename: "SignatureInfo";
                        id: number;
                        is_valid?: null | boolean;
                        meta: "scalar" & {
                            name: ...;
                        };
                        public_key: string;
                        signature: string;
                        signed_at: string;
                        signed_hash: string;
                        signer: string;
                        signer_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                    }[];
                    version: string;
                };
                initial: string;
                is_branched: boolean;
                is_cooperative: boolean;
                is_enrolled: boolean;
                meta: string;
                minimum: string;
                org_initial: string;
                org_minimum: string;
                org_registration: string;
                parent_username: string;
                referer: string;
                registered_at: string;
                registration: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    __typename: "Verification";
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            coopname: string;
            system_status: SystemStatus;
            vars?: null | {
                __typename: "Vars";
                confidential_email: string;
                confidential_link: string;
                contact_email: string;
                coopenomics_agreement?: null | {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                coopname: string;
                full_abbr: string;
                full_abbr_dative: string;
                full_abbr_genitive: string;
                name: string;
                participant_application: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                passport_request: string;
                privacy_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                short_abbr: string;
                signature_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                user_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                wallet_agreement: {
                    __typename: "AgreementVar";
                    protocol_day_month_year: string;
                    protocol_number: string;
                };
                website: string;
            };
        };
        getUserWebPushSubscriptions: {
            __typename: "WebPushSubscriptionDto";
            authKey: string;
            createdAt: "scalar" & {
                name: "DateTime";
            };
            endpoint: string;
            id: string;
            isActive: boolean;
            p256dhKey: string;
            updatedAt: "scalar" & {
                name: "DateTime";
            };
            userAgent?: null | string;
            username: string;
        }[];
        getWebPushSubscriptionStats: {
            __typename: "SubscriptionStatsDto";
            active: number;
            inactive: number;
            total: number;
            uniqueUsers: number;
        };
        searchPrivateAccounts: {
            __typename: "PrivateAccountSearchResult";
            data: {
                ...on Entrepreneur: "__union" & {
                    __typename: "Entrepreneur";
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        __typename: "EntrepreneurDetails";
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                ...on Individual: "__union" & {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: ...;
                        code: ...;
                        issued_at: ...;
                        issued_by: ...;
                        number: ...;
                        series: ...;
                    };
                    phone: string;
                    username: string;
                };
                ...on Organization: "__union" & {
                    __typename: "Organization";
                    city: string;
                    country: string;
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        __typename: "RepresentedBy";
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                __typename: "Individual" | "Entrepreneur" | "Organization";
            };
            highlightedFields?: null | string[];
            score?: null | number;
            type: string;
        }[];
    }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>)

      • <Z>(o, ops?): Promise<InputType<{
            __typename: "Query";
            capitalCommit?: null | {
                __typename: "CapitalCommit";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                commit_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                status: CommitStatus;
                username?: null | string;
            };
            capitalCommits: {
                __typename: "PaginatedCapitalCommitsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalCommit";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    commit_hash: string;
                    coopname?: null | string;
                    created_at?: null | string;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    status: CommitStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalContributor?: null | {
                __typename: "CapitalContributor";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                appendixes?: null | string[];
                block_num?: null | number;
                blockchain_status?: null | string;
                contract?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                contributed_as_author?: null | number;
                contributed_as_contributor?: null | number;
                contributed_as_coordinator?: null | number;
                contributed_as_creator?: null | number;
                contributed_as_investor?: null | number;
                contributed_as_propertor?: null | number;
                contributor_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                display_name?: null | string;
                id?: null | number;
                is_external_contract?: null | boolean;
                memo?: null | string;
                present: boolean;
                rate_per_hour?: null | number;
                status: ContributorStatus;
                username?: null | string;
            };
            capitalContributors: {
                __typename: "PaginatedCapitalContributorsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalContributor";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    appendixes?: null | string[];
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    contract?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    contributed_as_author?: null | number;
                    contributed_as_contributor?: null | number;
                    contributed_as_coordinator?: null | number;
                    contributed_as_creator?: null | number;
                    contributed_as_investor?: null | number;
                    contributed_as_propertor?: null | number;
                    contributor_hash: string;
                    coopname?: null | string;
                    created_at?: null | string;
                    debt_amount?: null | number;
                    display_name?: null | string;
                    id?: null | number;
                    is_external_contract?: null | boolean;
                    memo?: null | string;
                    present: boolean;
                    rate_per_hour?: null | number;
                    status: ContributorStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalCycles: {
                __typename: "PaginatedCapitalCyclesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalCycle";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    end_date: "scalar" & {
                        name: "DateTime";
                    };
                    name: string;
                    present: boolean;
                    start_date: "scalar" & {
                        name: "DateTime";
                    };
                    status: CycleStatus;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalDebt?: null | {
                __typename: "CapitalDebt";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                debt_hash: string;
                id?: null | number;
                memo?: null | string;
                present: boolean;
                project_hash?: null | string;
                repaid_at?: null | string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                status: DebtStatus;
                username?: null | string;
            };
            capitalDebts: {
                __typename: "PaginatedCapitalDebtsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalDebt";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    approved_statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    debt_hash: string;
                    id?: null | number;
                    memo?: null | string;
                    present: boolean;
                    project_hash?: null | string;
                    repaid_at?: null | string;
                    statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    status: DebtStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalExpense?: null | {
                __typename: "CapitalExpense";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | string;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                description?: null | string;
                expense_hash: string;
                expense_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                fund_id?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                spended_at?: null | string;
                status: ExpenseStatus;
                username?: null | string;
            };
            capitalExpenses: {
                __typename: "PaginatedCapitalExpensesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalExpense";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | string;
                    approved_statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    description?: null | string;
                    expense_hash: string;
                    expense_statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    fund_id?: null | number;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    spended_at?: null | string;
                    status: ExpenseStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalInvest?: null | {
                __typename: "CapitalInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                coordinator?: null | string;
                coordinator_amount?: null | number;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                project_hash?: null | string;
                statement?: null | string;
                status: InvestStatus;
                username?: null | string;
            };
            capitalInvests: {
                __typename: "PaginatedCapitalInvestsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalInvest";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    coordinator?: null | string;
                    coordinator_amount?: null | number;
                    id?: null | number;
                    invest_hash: string;
                    invested_at?: null | string;
                    present: boolean;
                    project_hash?: null | string;
                    statement?: null | string;
                    status: InvestStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalIssue?: null | {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            };
            capitalIssues: {
                __typename: "PaginatedCapitalIssuesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalIssue";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    created_by: string;
                    creators_hashs: string[];
                    cycle_id?: null | string;
                    description?: null | string;
                    estimate: number;
                    issue_hash: string;
                    metadata: "scalar" & {
                        name: "JSON";
                    };
                    present: boolean;
                    priority: IssuePriority;
                    project_hash: string;
                    sort_order: number;
                    status: IssueStatus;
                    submaster_hash?: null | string;
                    title: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalProgramInvest?: null | {
                __typename: "CapitalProgramInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                status: ProgramInvestStatus;
                username?: null | string;
            };
            capitalProgramInvests: {
                __typename: "PaginatedCapitalProgramInvestsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalProgramInvest";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    id?: null | number;
                    invest_hash: string;
                    invested_at?: null | string;
                    present: boolean;
                    statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    status: ProgramInvestStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalProject?: null | {
                __typename: "CapitalProject";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                components: {
                    __typename: "CapitalProjectComponent";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            };
            capitalProjectWithRelations?: null | {
                __typename: "CapitalProject";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                components: {
                    __typename: "CapitalProjectComponent";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            };
            capitalProjects: {
                __typename: "PaginatedCapitalProjectsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalProject";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    components: {
                        __typename: "CapitalProjectComponent";
                        _created_at: "scalar" & {
                            name: ...;
                        };
                        _id: string;
                        _updated_at: "scalar" & {
                            name: ...;
                        };
                        block_num?: null | number;
                        blockchain_status?: null | string;
                        can_convert_to_project?: null | boolean;
                        coopname?: null | string;
                        created_at?: null | string;
                        description?: null | string;
                        id?: null | number;
                        is_opened?: null | boolean;
                        is_planed?: null | boolean;
                        master?: null | string;
                        meta?: null | string;
                        parent_hash?: null | string;
                        present: boolean;
                        project_hash: string;
                        status: ProjectStatus;
                        title?: null | string;
                    }[];
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalResult?: null | {
                __typename: "CapitalResult";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                act?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                result_hash: string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                status: ResultStatus;
                total_amount?: null | number;
                username?: null | string;
            };
            capitalResults: {
                __typename: "PaginatedCapitalResultsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalResult";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    act?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    created_at?: null | string;
                    debt_amount?: null | number;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    result_hash: string;
                    statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    status: ResultStatus;
                    total_amount?: null | number;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalState?: null | {
                __typename: "CapitalState";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                config: {
                    __typename: "CapitalConfigObject";
                    authors_voting_percent: number;
                    coordinator_bonus_percent: number;
                    coordinator_invite_validity_days: number;
                    creators_voting_percent: number;
                    expense_pool_percent: number;
                    voting_period_in_days: number;
                };
                coopname: string;
                global_available_invest_pool: string;
                present: boolean;
                program_membership_available: string;
                program_membership_cumulative_reward_per_share: number;
                program_membership_distributed: string;
                program_membership_funded: string;
            };
            capitalStories: {
                __typename: "PaginatedCapitalStoriesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalStory";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    created_by: string;
                    description?: null | string;
                    issue_id?: null | string;
                    present: boolean;
                    project_hash?: null | string;
                    sort_order: number;
                    status: StoryStatus;
                    story_hash: string;
                    title: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalStory?: null | {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            };
            capitalVote?: null | {
                __typename: "CapitalVote";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                recipient?: null | string;
                voted_at?: null | string;
                voter?: null | string;
            };
            capitalVotes: {
                __typename: "PaginatedCapitalVotesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalVote";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    block_num?: null | number;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    recipient?: null | string;
                    voted_at?: null | string;
                    voter?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getAccount: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            getAccounts: {
                __typename: "AccountsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: (...) | (...) | (...);
                            last_usage_update_time?: (...) | (...) | (...);
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: (...) | (...) | (...);
                            last_usage_update_time?: (...) | (...) | (...);
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: ...;
                            parent: ...;
                            perm_name: ...;
                            required_auth: ...;
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: ...;
                            cpu_amount: ...;
                            net_amount: ...;
                            owner: ...;
                            request_time: ...;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: ...;
                            cpu_weight: ...;
                            from: ...;
                            net_weight: ...;
                            to: ...;
                        };
                        total_resources?: null | {
                            __typename: ...;
                            cpu_weight: ...;
                            net_weight: ...;
                            owner: ...;
                            ram_bytes: ...;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: ...;
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: ...;
                        };
                        last_update: "scalar" & {
                            name: ...;
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: ...;
                            birthdate: ...;
                            city: ...;
                            country: ...;
                            details: ...;
                            email: ...;
                            first_name: ...;
                            full_address: ...;
                            last_name: ...;
                            middle_name: ...;
                            phone: ...;
                            username: ...;
                        };
                        individual_data?: null | {
                            __typename: ...;
                            birthdate: ...;
                            email: ...;
                            first_name: ...;
                            full_address: ...;
                            last_name: ...;
                            middle_name: ...;
                            passport?: ...;
                            phone: ...;
                            username: ...;
                        };
                        organization_data?: null | {
                            __typename: ...;
                            city: ...;
                            country: ...;
                            details: ...;
                            email: ...;
                            fact_address: ...;
                            full_address: ...;
                            full_name: ...;
                            phone: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: ...;
                            created_at: ...;
                            is_verified: ...;
                            last_update: ...;
                            notice: ...;
                            procedure: ...;
                            verificator: ...;
                        }[];
                    };
                    username: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getActions: {
                __typename: "PaginatedActionsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "BlockchainAction";
                    account: string;
                    account_ram_deltas: {
                        __typename: "AccountRamDelta";
                        account: string;
                        delta: number;
                    }[];
                    action_ordinal: number;
                    authorization: {
                        __typename: "ActionAuthorization";
                        actor: string;
                        permission: string;
                    }[];
                    block_id: string;
                    block_num: number;
                    chain_id: string;
                    console: string;
                    context_free: boolean;
                    creator_action_ordinal: number;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    elapsed: number;
                    global_sequence: string;
                    name: string;
                    receipt: {
                        __typename: "ActionReceipt";
                        abi_sequence: number;
                        act_digest: string;
                        auth_sequence: {
                            __typename: "AuthSequence";
                            account: string;
                            sequence: string;
                        }[];
                        code_sequence: number;
                        global_sequence: string;
                        receiver: string;
                        recv_sequence: string;
                    };
                    receiver: string;
                    transaction_id: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getAgenda: {
                __typename: "AgendaWithDocuments";
                action: {
                    __typename: "BlockchainAction";
                    account: string;
                    account_ram_deltas: {
                        __typename: "AccountRamDelta";
                        account: string;
                        delta: number;
                    }[];
                    action_ordinal: number;
                    authorization: {
                        __typename: "ActionAuthorization";
                        actor: string;
                        permission: string;
                    }[];
                    block_id: string;
                    block_num: number;
                    chain_id: string;
                    console: string;
                    context_free: boolean;
                    creator_action_ordinal: number;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    elapsed: number;
                    global_sequence: string;
                    name: string;
                    receipt: {
                        __typename: "ActionReceipt";
                        abi_sequence: number;
                        act_digest: string;
                        auth_sequence: {
                            __typename: "AuthSequence";
                            account: string;
                            sequence: string;
                        }[];
                        code_sequence: number;
                        global_sequence: string;
                        receiver: string;
                        recv_sequence: string;
                    };
                    receiver: string;
                    transaction_id: string;
                };
                documents: {
                    __typename: "DocumentPackageAggregate";
                    acts: {
                        __typename: "ActDetailAggregate";
                        action?: null | {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        };
                        documentAggregate?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                    }[];
                    decision?: null | {
                        __typename: "DecisionDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        votes_against: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                        votes_for: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                    };
                    links: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    }[];
                    statement?: null | {
                        __typename: "StatementDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                    };
                };
                table: {
                    __typename: "BlockchainDecision";
                    approved: boolean;
                    authorization: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    authorized: boolean;
                    authorized_by: string;
                    batch_id: number;
                    callback_contract?: null | string;
                    confirm_callback?: null | string;
                    coopname: string;
                    created_at: string;
                    decline_callback?: null | string;
                    expired_at: string;
                    hash?: null | string;
                    id: number;
                    meta: string;
                    statement: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    type: string;
                    username: string;
                    username_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    validated: boolean;
                    votes_against: string[];
                    votes_against_certificates: {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    }[];
                    votes_for: string[];
                    votes_for_certificates: {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    }[];
                };
            }[];
            getBranches: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            }[];
            getCurrentTableStates: {
                __typename: "PaginatedCurrentTableStatesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CurrentTableState";
                    block_num: number;
                    code: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    primary_key: string;
                    scope: string;
                    table: string;
                    value?: null | "scalar" & {
                        name: "JSON";
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getDeltas: {
                __typename: "PaginatedDeltasPaginationResult";
                currentPage: number;
                items: {
                    __typename: "Delta";
                    block_id: string;
                    block_num: number;
                    chain_id: string;
                    code: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    id: string;
                    present: boolean;
                    primary_key: string;
                    scope: string;
                    table: string;
                    value?: null | "scalar" & {
                        name: "JSON";
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getDesktop: {
                __typename: "Desktop";
                authorizedHome: string;
                coopname: string;
                layout: string;
                nonAuthorizedHome: string;
                workspaces: {
                    __typename: "DesktopWorkspace";
                    name: string;
                    title: string;
                }[];
            };
            getDocuments: {
                __typename: "DocumentsAggregatePaginationResult";
                currentPage: number;
                items: {
                    __typename: "DocumentPackageAggregate";
                    acts: {
                        __typename: "ActDetailAggregate";
                        action?: null | {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        };
                        documentAggregate?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                    }[];
                    decision?: null | {
                        __typename: "DecisionDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        votes_against: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                        votes_for: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                    };
                    links: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    }[];
                    statement?: null | {
                        __typename: "StatementDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getExtensions: {
                __typename: "Extension";
                config?: null | "scalar" & {
                    name: "JSON";
                };
                created_at: "scalar" & {
                    name: "DateTime";
                };
                description?: null | string;
                enabled: boolean;
                external_url?: null | string;
                image?: null | string;
                instructions: string;
                is_available: boolean;
                is_builtin: boolean;
                is_desktop: boolean;
                is_installed: boolean;
                is_internal: boolean;
                name: string;
                readme: string;
                schema?: null | "scalar" & {
                    name: "JSON";
                };
                tags: string[];
                title?: null | string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
            }[];
            getLedger: {
                __typename: "LedgerState";
                chartOfAccounts: {
                    __typename: "ChartOfAccountsItem";
                    available: string;
                    blocked: string;
                    displayId: string;
                    id: number;
                    name: string;
                    writeoff: string;
                }[];
                coopname: string;
            };
            getLedgerHistory: {
                __typename: "LedgerHistoryResponse";
                currentPage: number;
                items: {
                    __typename: "LedgerOperation";
                    account_id: number;
                    action: string;
                    comment?: null | string;
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    global_sequence: number;
                    quantity: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            getMeets: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        close_at: "scalar" & {
                            name: ...;
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: ...;
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        decision2?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: ...;
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                        proposal?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: (...)[];
                        voters_against: (...)[];
                        voters_for: (...)[];
                    }[];
                };
            }[];
            getPaymentMethods: {
                __typename: "PaymentMethodPaginationResult";
                currentPage: number;
                items: {
                    __typename: "PaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        ...on BankAccount: "__union" & {
                            __typename: "BankAccount";
                            account_number: string;
                            bank_name: string;
                            card_number?: (...) | (...) | (...);
                            currency: string;
                            details: {
                                __typename: ...;
                                bik: ...;
                                corr: ...;
                                kpp: ...;
                            };
                        };
                        ...on SbpAccount: "__union" & {
                            __typename: "SbpAccount";
                            phone: string;
                        };
                        __typename: "BankAccount" | "SbpAccount";
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getPayments: {
                __typename: "PaginatedGatewayPaymentsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "GatewayPayment";
                    blockchain_data?: null | "scalar" & {
                        name: "JSON";
                    };
                    can_change_status: boolean;
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    direction: PaymentDirection;
                    direction_label: string;
                    expired_at?: null | "scalar" & {
                        name: "DateTime";
                    };
                    formatted_amount: string;
                    hash?: null | string;
                    id?: null | string;
                    income_hash?: null | string;
                    is_final: boolean;
                    memo?: null | string;
                    message?: null | string;
                    outcome_hash?: null | string;
                    payment_details?: null | {
                        __typename: "PaymentDetails";
                        amount_plus_fee: string;
                        amount_without_fee: string;
                        data: "scalar" & {
                            name: ...;
                        };
                        fact_fee_percent: number;
                        fee_amount: string;
                        fee_percent: number;
                        tolerance_percent: number;
                    };
                    payment_method_id?: null | string;
                    provider?: null | string;
                    quantity: number;
                    statement?: null | "scalar" & {
                        name: "JSON";
                    };
                    status: PaymentStatus;
                    status_label: string;
                    symbol: string;
                    type: PaymentType;
                    type_label: string;
                    updated_at?: null | "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                    username_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getSystemInfo: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            getUserWebPushSubscriptions: {
                __typename: "WebPushSubscriptionDto";
                authKey: string;
                createdAt: "scalar" & {
                    name: "DateTime";
                };
                endpoint: string;
                id: string;
                isActive: boolean;
                p256dhKey: string;
                updatedAt: "scalar" & {
                    name: "DateTime";
                };
                userAgent?: null | string;
                username: string;
            }[];
            getWebPushSubscriptionStats: {
                __typename: "SubscriptionStatsDto";
                active: number;
                inactive: number;
                total: number;
                uniqueUsers: number;
            };
            searchPrivateAccounts: {
                __typename: "PrivateAccountSearchResult";
                data: {
                    ...on Entrepreneur: "__union" & {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    ...on Individual: "__union" & {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    ...on Organization: "__union" & {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    __typename: "Individual" | "Entrepreneur" | "Organization";
                };
                highlightedFields?: null | string[];
                score?: null | number;
                type: string;
            }[];
        }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>
      • Type Parameters

        • Z extends AliasType<{
              __typename?: boolean | `@${string}`;
              capitalCommit?: [{
                  data: {
                      commit_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  commit_hash?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              capitalCommits?: [{
                  filter?: null | {
                      blockchain_status?: null | string | Variable<any, string>;
                      commit_hash?: null | string | Variable<any, string>;
                      coopname?: null | string | Variable<any, string>;
                      created_date?: null | string | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      status?: null | CommitStatus | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      commit_hash?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalContributor?: [{
                  data: {
                      _id?: null | string | Variable<any, string>;
                      contributor_hash?: null | string | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  appendixes?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  contract?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  contributed_as_author?: boolean | `@${string}`;
                  contributed_as_contributor?: boolean | `@${string}`;
                  contributed_as_coordinator?: boolean | `@${string}`;
                  contributed_as_creator?: boolean | `@${string}`;
                  contributed_as_investor?: boolean | `@${string}`;
                  contributed_as_propertor?: boolean | `@${string}`;
                  contributor_hash?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  debt_amount?: boolean | `@${string}`;
                  display_name?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  is_external_contract?: boolean | `@${string}`;
                  memo?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  rate_per_hour?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              capitalContributors?: [{
                  filter?: null | {
                      contributor_hash?: null | string | Variable<any, string>;
                      coopname?: null | string | Variable<any, string>;
                      display_name?: null | string | Variable<any, string>;
                      is_external_contract?: null | boolean | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      status?: null | ContributorStatus | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      appendixes?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      contract?: (...) | (...);
                      contributed_as_author?: (...) | (...) | (...) | (...);
                      contributed_as_contributor?: (...) | (...) | (...) | (...);
                      contributed_as_coordinator?: (...) | (...) | (...) | (...);
                      contributed_as_creator?: (...) | (...) | (...) | (...);
                      contributed_as_investor?: (...) | (...) | (...) | (...);
                      contributed_as_propertor?: (...) | (...) | (...) | (...);
                      contributor_hash?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      debt_amount?: (...) | (...) | (...) | (...);
                      display_name?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      is_external_contract?: (...) | (...) | (...) | (...);
                      memo?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      rate_per_hour?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalCycles?: [{
                  filter?: null | {
                      end_date?: null | string | Variable<any, string>;
                      is_active?: null | boolean | Variable<any, string>;
                      name?: null | string | Variable<any, string>;
                      start_date?: null | string | Variable<any, string>;
                      status?: null | CycleStatus | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      end_date?: (...) | (...) | (...) | (...);
                      name?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      start_date?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalDebt?: [{
                  data: {
                      _id: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  amount?: boolean | `@${string}`;
                  approved_statement?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  authorization?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  debt_hash?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  memo?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  repaid_at?: boolean | `@${string}`;
                  statement?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  status?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              capitalDebts?: [{
                  filter?: null | {
                      projectHash?: null | string | Variable<any, string>;
                      status?: null | string | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      amount?: (...) | (...) | (...) | (...);
                      approved_statement?: (...) | (...);
                      authorization?: (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      debt_hash?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      memo?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      repaid_at?: (...) | (...) | (...) | (...);
                      statement?: (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalExpense?: [{
                  data: {
                      _id: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  amount?: boolean | `@${string}`;
                  approved_statement?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  authorization?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  expense_hash?: boolean | `@${string}`;
                  expense_statement?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  fund_id?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  spended_at?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              capitalExpenses?: [{
                  filter?: null | {
                      fundId?: null | string | Variable<any, string>;
                      projectHash?: null | string | Variable<any, string>;
                      status?: null | string | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      amount?: (...) | (...) | (...) | (...);
                      approved_statement?: (...) | (...);
                      authorization?: (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      expense_hash?: (...) | (...) | (...) | (...);
                      expense_statement?: (...) | (...);
                      fund_id?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      spended_at?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalInvest?: [{
                  data: {
                      _id: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  amount?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  coordinator?: boolean | `@${string}`;
                  coordinator_amount?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  invest_hash?: boolean | `@${string}`;
                  invested_at?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  statement?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              capitalInvests?: [{
                  filter?: null | {
                      coopname?: null | string | Variable<any, string>;
                      coordinator?: null | string | Variable<any, string>;
                      invest_hash?: null | string | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      status?: null | InvestStatus | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      amount?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      coordinator?: (...) | (...) | (...) | (...);
                      coordinator_amount?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      invest_hash?: (...) | (...) | (...) | (...);
                      invested_at?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      statement?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalIssue?: [{
                  data: {
                      issue_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  created_by?: boolean | `@${string}`;
                  creators_hashs?: boolean | `@${string}`;
                  cycle_id?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  estimate?: boolean | `@${string}`;
                  issue_hash?: boolean | `@${string}`;
                  metadata?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  priority?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  sort_order?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  submaster_hash?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              capitalIssues?: [{
                  filter?: null | {
                      coopname?: null | string | Variable<any, string>;
                      created_by?: null | string | Variable<any, string>;
                      creators_hashs?: null | string[] | Variable<any, string>;
                      cycle_id?: null | string | Variable<any, string>;
                      priority?: null | IssuePriority | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      status?: null | IssueStatus | Variable<any, string>;
                      submaster_hash?: null | string | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      created_by?: (...) | (...) | (...) | (...);
                      creators_hashs?: (...) | (...) | (...) | (...);
                      cycle_id?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      estimate?: (...) | (...) | (...) | (...);
                      issue_hash?: (...) | (...) | (...) | (...);
                      metadata?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      priority?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      sort_order?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      submaster_hash?: (...) | (...) | (...) | (...);
                      title?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalProgramInvest?: [{
                  data: {
                      _id: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  amount?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  invest_hash?: boolean | `@${string}`;
                  invested_at?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  statement?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  status?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              capitalProgramInvests?: [{
                  filter?: null | {
                      coopname?: null | string | Variable<any, string>;
                      coordinator?: null | string | Variable<any, string>;
                      invest_hash?: null | string | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      status?: null | InvestStatus | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      amount?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      invest_hash?: (...) | (...) | (...) | (...);
                      invested_at?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      statement?: (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalProject?: [{
                  data: {
                      hash: string | Variable<any, string>;
                      parent_hash?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  can_convert_to_project?: boolean | `@${string}`;
                  components?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      can_convert_to_project?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      is_opened?: (...) | (...) | (...) | (...);
                      is_planed?: (...) | (...) | (...) | (...);
                      master?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      parent_hash?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      title?: (...) | (...) | (...) | (...);
                  }>;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  is_opened?: boolean | `@${string}`;
                  is_planed?: boolean | `@${string}`;
                  master?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
                  parent_hash?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              capitalProjectWithRelations?: [{
                  data: {
                      projectHash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  can_convert_to_project?: boolean | `@${string}`;
                  components?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      can_convert_to_project?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      is_opened?: (...) | (...) | (...) | (...);
                      is_planed?: (...) | (...) | (...) | (...);
                      master?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      parent_hash?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      title?: (...) | (...) | (...) | (...);
                  }>;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  is_opened?: boolean | `@${string}`;
                  is_planed?: boolean | `@${string}`;
                  master?: boolean | `@${string}`;
                  meta?: boolean | `@${string}`;
                  parent_hash?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              capitalProjects?: [{
                  filter?: null | {
                      coopname?: null | string | Variable<any, string>;
                      is_opened?: null | boolean | Variable<any, string>;
                      is_planed?: null | boolean | Variable<any, string>;
                      master?: null | string | Variable<any, string>;
                      parent_hash?: null | string | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      status?: null | ProjectStatus | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      can_convert_to_project?: (...) | (...) | (...) | (...);
                      components?: (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      is_opened?: (...) | (...) | (...) | (...);
                      is_planed?: (...) | (...) | (...) | (...);
                      master?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      parent_hash?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      title?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalResult?: [{
                  data: {
                      _id: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  act?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  authorization?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  block_num?: boolean | `@${string}`;
                  blockchain_status?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  debt_amount?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  result_hash?: boolean | `@${string}`;
                  statement?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      document?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      rawDocument?: (...) | (...);
                  }>;
                  status?: boolean | `@${string}`;
                  total_amount?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              capitalResults?: [{
                  filter?: null | {
                      projectHash?: null | string | Variable<any, string>;
                      status?: null | string | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      act?: (...) | (...);
                      authorization?: (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      blockchain_status?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      debt_amount?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      result_hash?: (...) | (...) | (...) | (...);
                      statement?: (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      total_amount?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalState?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  config?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      authors_voting_percent?: (...) | (...) | (...) | (...);
                      coordinator_bonus_percent?: (...) | (...) | (...) | (...);
                      coordinator_invite_validity_days?: (...) | (...) | (...) | (...);
                      creators_voting_percent?: (...) | (...) | (...) | (...);
                      expense_pool_percent?: (...) | (...) | (...) | (...);
                      voting_period_in_days?: (...) | (...) | (...) | (...);
                  }>;
                  coopname?: boolean | `@${string}`;
                  global_available_invest_pool?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  program_membership_available?: boolean | `@${string}`;
                  program_membership_cumulative_reward_per_share?: boolean | `@${string}`;
                  program_membership_distributed?: boolean | `@${string}`;
                  program_membership_funded?: boolean | `@${string}`;
              }>];
              capitalStories?: [{
                  filter?: null | {
                      coopname?: null | string | Variable<any, string>;
                      created_by?: null | string | Variable<any, string>;
                      issue_id?: null | string | Variable<any, string>;
                      project_hash?: null | string | Variable<any, string>;
                      status?: null | StoryStatus | Variable<any, string>;
                      title?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      created_by?: (...) | (...) | (...) | (...);
                      description?: (...) | (...) | (...) | (...);
                      issue_id?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      sort_order?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      story_hash?: (...) | (...) | (...) | (...);
                      title?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              capitalStory?: [{
                  data: {
                      story_hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  created_by?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  issue_id?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  sort_order?: boolean | `@${string}`;
                  status?: boolean | `@${string}`;
                  story_hash?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
              }>];
              capitalVote?: [{
                  data: {
                      _id: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  _created_at?: boolean | `@${string}`;
                  _id?: boolean | `@${string}`;
                  _updated_at?: boolean | `@${string}`;
                  amount?: boolean | `@${string}`;
                  block_num?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  present?: boolean | `@${string}`;
                  project_hash?: boolean | `@${string}`;
                  recipient?: boolean | `@${string}`;
                  voted_at?: boolean | `@${string}`;
                  voter?: boolean | `@${string}`;
              }>];
              capitalVotes?: [{
                  filter?: null | {
                      projectHash?: null | string | Variable<any, string>;
                      recipient?: null | string | Variable<any, string>;
                      voter?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      _created_at?: (...) | (...) | (...) | (...);
                      _id?: (...) | (...) | (...) | (...);
                      _updated_at?: (...) | (...) | (...) | (...);
                      amount?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      project_hash?: (...) | (...) | (...) | (...);
                      recipient?: (...) | (...) | (...) | (...);
                      voted_at?: (...) | (...) | (...) | (...);
                      voter?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getAccount?: [{
                  data: {
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_name?: (...) | (...) | (...) | (...);
                      core_liquid_balance?: (...) | (...) | (...) | (...);
                      cpu_limit?: (...) | (...);
                      cpu_weight?: (...) | (...) | (...) | (...);
                      created?: (...) | (...) | (...) | (...);
                      head_block_num?: (...) | (...) | (...) | (...);
                      head_block_time?: (...) | (...) | (...) | (...);
                      last_code_update?: (...) | (...) | (...) | (...);
                      net_limit?: (...) | (...);
                      net_weight?: (...) | (...) | (...) | (...);
                      permissions?: (...) | (...);
                      privileged?: (...) | (...) | (...) | (...);
                      ram_quota?: (...) | (...) | (...) | (...);
                      ram_usage?: (...) | (...) | (...) | (...);
                      refund_request?: (...) | (...);
                      rex_info?: (...) | (...) | (...) | (...);
                      self_delegated_bandwidth?: (...) | (...);
                      total_resources?: (...) | (...);
                      voter_info?: (...) | (...) | (...) | (...);
                  }>;
                  participant_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      braname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      has_vote?: (...) | (...) | (...) | (...);
                      initial_amount?: (...) | (...) | (...) | (...);
                      is_initial?: (...) | (...) | (...) | (...);
                      is_minimum?: (...) | (...) | (...) | (...);
                      last_min_pay?: (...) | (...) | (...) | (...);
                      last_update?: (...) | (...) | (...) | (...);
                      minimum_amount?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  private_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      entrepreneur_data?: (...) | (...);
                      individual_data?: (...) | (...);
                      organization_data?: (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                  }>;
                  provider_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      has_account?: (...) | (...) | (...) | (...);
                      initial_order?: (...) | (...) | (...) | (...);
                      is_email_verified?: (...) | (...) | (...) | (...);
                      is_registered?: (...) | (...) | (...) | (...);
                      message?: (...) | (...) | (...) | (...);
                      public_key?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      role?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      subscriber_hash?: (...) | (...) | (...) | (...);
                      subscriber_id?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  user_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      meta?: (...) | (...) | (...) | (...);
                      referer?: (...) | (...) | (...) | (...);
                      registered_at?: (...) | (...) | (...) | (...);
                      registrator?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      storages?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      verifications?: (...) | (...);
                  }>;
                  username?: boolean | `@${string}`;
              }>];
              getAccounts?: [{
                  data?: null | {
                      role?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      blockchain_account?: (...) | (...);
                      participant_account?: (...) | (...);
                      private_account?: (...) | (...);
                      provider_account?: (...) | (...);
                      user_account?: (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getActions?: [{
                  filters?: null | {
                      account?: null | string | Variable<any, string>;
                      block_num?: null | number | Variable<any, string>;
                      global_sequence?: null | string | Variable<any, string>;
                      name?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  pagination?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account?: (...) | (...) | (...) | (...);
                      account_ram_deltas?: (...) | (...);
                      action_ordinal?: (...) | (...) | (...) | (...);
                      authorization?: (...) | (...);
                      block_id?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      chain_id?: (...) | (...) | (...) | (...);
                      console?: (...) | (...) | (...) | (...);
                      context_free?: (...) | (...) | (...) | (...);
                      creator_action_ordinal?: (...) | (...) | (...) | (...);
                      data?: (...) | (...) | (...) | (...);
                      elapsed?: (...) | (...) | (...) | (...);
                      global_sequence?: (...) | (...) | (...) | (...);
                      name?: (...) | (...) | (...) | (...);
                      receipt?: (...) | (...);
                      receiver?: (...) | (...) | (...) | (...);
                      transaction_id?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getAgenda?: AliasType<{
                  __typename?: boolean | `@${string}`;
                  action?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      account?: boolean | `@${(...)}`;
                      account_ram_deltas?: AliasType<(...)>;
                      action_ordinal?: boolean | `@${(...)}`;
                      authorization?: AliasType<(...)>;
                      block_id?: boolean | `@${(...)}`;
                      block_num?: boolean | `@${(...)}`;
                      chain_id?: boolean | `@${(...)}`;
                      console?: boolean | `@${(...)}`;
                      context_free?: boolean | `@${(...)}`;
                      creator_action_ordinal?: boolean | `@${(...)}`;
                      data?: boolean | `@${(...)}`;
                      elapsed?: boolean | `@${(...)}`;
                      global_sequence?: boolean | `@${(...)}`;
                      name?: boolean | `@${(...)}`;
                      receipt?: AliasType<(...)>;
                      receiver?: boolean | `@${(...)}`;
                      transaction_id?: boolean | `@${(...)}`;
                  }>;
                  documents?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      acts?: AliasType<(...)>;
                      decision?: AliasType<(...)>;
                      links?: AliasType<(...)>;
                      statement?: AliasType<(...)>;
                  }>;
                  table?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      approved?: boolean | `@${(...)}`;
                      authorization?: AliasType<(...)>;
                      authorized?: boolean | `@${(...)}`;
                      authorized_by?: boolean | `@${(...)}`;
                      batch_id?: boolean | `@${(...)}`;
                      callback_contract?: boolean | `@${(...)}`;
                      confirm_callback?: boolean | `@${(...)}`;
                      coopname?: boolean | `@${(...)}`;
                      created_at?: boolean | `@${(...)}`;
                      decline_callback?: boolean | `@${(...)}`;
                      expired_at?: boolean | `@${(...)}`;
                      hash?: boolean | `@${(...)}`;
                      id?: boolean | `@${(...)}`;
                      meta?: boolean | `@${(...)}`;
                      statement?: AliasType<(...)>;
                      type?: boolean | `@${(...)}`;
                      username?: boolean | `@${(...)}`;
                      username_certificate?: AliasType<(...)>;
                      validated?: boolean | `@${(...)}`;
                      votes_against?: boolean | `@${(...)}`;
                      votes_against_certificates?: AliasType<(...)>;
                      votes_for?: boolean | `@${(...)}`;
                      votes_for_certificates?: AliasType<(...)>;
                  }>;
              }>;
              getBranches?: [{
                  data: {
                      braname?: null | string | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  bank_account?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      data?: (...) | (...);
                      is_default?: (...) | (...) | (...) | (...);
                      method_id?: (...) | (...) | (...) | (...);
                      method_type?: (...) | (...) | (...) | (...);
                      updated_at?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  braname?: boolean | `@${string}`;
                  city?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  country?: boolean | `@${string}`;
                  details?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      inn?: (...) | (...) | (...) | (...);
                      kpp?: (...) | (...) | (...) | (...);
                      ogrn?: (...) | (...) | (...) | (...);
                  }>;
                  email?: boolean | `@${string}`;
                  fact_address?: boolean | `@${string}`;
                  full_address?: boolean | `@${string}`;
                  full_name?: boolean | `@${string}`;
                  phone?: boolean | `@${string}`;
                  represented_by?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      based_on?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      position?: (...) | (...) | (...) | (...);
                  }>;
                  short_name?: boolean | `@${string}`;
                  trusted?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  trustee?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      birthdate?: (...) | (...) | (...) | (...);
                      email?: (...) | (...) | (...) | (...);
                      first_name?: (...) | (...) | (...) | (...);
                      full_address?: (...) | (...) | (...) | (...);
                      last_name?: (...) | (...) | (...) | (...);
                      middle_name?: (...) | (...) | (...) | (...);
                      passport?: (...) | (...);
                      phone?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  type?: boolean | `@${string}`;
              }>];
              getCurrentTableStates?: [{
                  filters?: null | {
                      code?: null | string | Variable<any, string>;
                      scope?: null | string | Variable<any, string>;
                      table?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  pagination?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      code?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      primary_key?: (...) | (...) | (...) | (...);
                      scope?: (...) | (...) | (...) | (...);
                      table?: (...) | (...) | (...) | (...);
                      value?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getDeltas?: [{
                  filters?: null | {
                      block_num?: null | number | Variable<any, string>;
                      code?: null | string | Variable<any, string>;
                      present?: null | boolean | Variable<any, string>;
                      primary_key?: null | string | Variable<any, string>;
                      scope?: null | string | Variable<any, string>;
                      table?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  pagination?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      block_id?: (...) | (...) | (...) | (...);
                      block_num?: (...) | (...) | (...) | (...);
                      chain_id?: (...) | (...) | (...) | (...);
                      code?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      present?: (...) | (...) | (...) | (...);
                      primary_key?: (...) | (...) | (...) | (...);
                      scope?: (...) | (...) | (...) | (...);
                      table?: (...) | (...) | (...) | (...);
                      value?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getDesktop?: AliasType<{
                  __typename?: boolean | `@${string}`;
                  authorizedHome?: boolean | `@${string}`;
                  coopname?: boolean | `@${string}`;
                  layout?: boolean | `@${string}`;
                  nonAuthorizedHome?: boolean | `@${string}`;
                  workspaces?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      name?: boolean | `@${(...)}`;
                      title?: boolean | `@${(...)}`;
                  }>;
              }>;
              getDocuments?: [{
                  data: {
                      filter: unknown;
                      limit?: null | number | Variable<any, string>;
                      page?: null | number | Variable<any, string>;
                      type?: null | string | Variable<any, string>;
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      acts?: (...) | (...);
                      decision?: (...) | (...);
                      links?: (...) | (...);
                      statement?: (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getExtensions?: [{
                  data?: null | {
                      enabled?: null | boolean | Variable<any, string>;
                      is_available?: null | boolean | Variable<any, string>;
                      is_desktop?: null | boolean | Variable<any, string>;
                      is_installed?: null | boolean | Variable<any, string>;
                      name?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  config?: boolean | `@${string}`;
                  created_at?: boolean | `@${string}`;
                  description?: boolean | `@${string}`;
                  enabled?: boolean | `@${string}`;
                  external_url?: boolean | `@${string}`;
                  image?: boolean | `@${string}`;
                  instructions?: boolean | `@${string}`;
                  is_available?: boolean | `@${string}`;
                  is_builtin?: boolean | `@${string}`;
                  is_desktop?: boolean | `@${string}`;
                  is_installed?: boolean | `@${string}`;
                  is_internal?: boolean | `@${string}`;
                  name?: boolean | `@${string}`;
                  readme?: boolean | `@${string}`;
                  schema?: boolean | `@${string}`;
                  tags?: boolean | `@${string}`;
                  title?: boolean | `@${string}`;
                  updated_at?: boolean | `@${string}`;
              }>];
              getLedger?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  chartOfAccounts?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      available?: (...) | (...) | (...) | (...);
                      blocked?: (...) | (...) | (...) | (...);
                      displayId?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      name?: (...) | (...) | (...) | (...);
                      writeoff?: (...) | (...) | (...) | (...);
                  }>;
                  coopname?: boolean | `@${string}`;
              }>];
              getLedgerHistory?: [{
                  data: {
                      account_id?: null | number | Variable<any, string>;
                      coopname: string | Variable<any, string>;
                      limit?: null | number | Variable<any, string>;
                      page?: null | number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      account_id?: (...) | (...) | (...) | (...);
                      action?: (...) | (...) | (...) | (...);
                      comment?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      global_sequence?: (...) | (...) | (...) | (...);
                      quantity?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getMeet?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                      hash: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
              getMeets?: [{
                  data: {
                      coopname: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  hash?: boolean | `@${string}`;
                  pre?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      agenda?: (...) | (...);
                      close_at?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      initiator?: (...) | (...) | (...) | (...);
                      initiator_certificate?: (...) | (...);
                      open_at?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      proposal?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                  }>;
                  processed?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      decision?: (...) | (...);
                      decisionAggregate?: (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      presider?: (...) | (...) | (...) | (...);
                      presider_certificate?: (...) | (...);
                      quorum_passed?: (...) | (...) | (...) | (...);
                      quorum_percent?: (...) | (...) | (...) | (...);
                      results?: (...) | (...);
                      secretary?: (...) | (...) | (...) | (...);
                      secretary_certificate?: (...) | (...);
                      signed_ballots?: (...) | (...) | (...) | (...);
                  }>;
                  processing?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      extendedStatus?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      isVoted?: (...) | (...) | (...) | (...);
                      meet?: (...) | (...);
                      questions?: (...) | (...);
                  }>;
              }>];
              getPaymentMethods?: [{
                  data?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      data?: (...) | (...);
                      is_default?: (...) | (...) | (...) | (...);
                      method_id?: (...) | (...) | (...) | (...);
                      method_type?: (...) | (...) | (...) | (...);
                      updated_at?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getPayments?: [{
                  data?: null | {
                      coopname?: null | string | Variable<any, string>;
                      direction?: null | PaymentDirection | Variable<any, string>;
                      hash?: null | string | Variable<any, string>;
                      provider?: null | string | Variable<any, string>;
                      status?: null | PaymentStatus | Variable<any, string>;
                      type?: null | PaymentType | Variable<any, string>;
                      username?: null | string | Variable<any, string>;
                  } | Variable<any, string>;
                  options?: null | {
                      limit: number | Variable<any, string>;
                      page: number | Variable<any, string>;
                      sortBy?: null | string | Variable<any, string>;
                      sortOrder: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  currentPage?: boolean | `@${string}`;
                  items?: AliasType<{
                      __typename?: (...) | (...) | (...) | (...);
                      blockchain_data?: (...) | (...) | (...) | (...);
                      can_change_status?: (...) | (...) | (...) | (...);
                      coopname?: (...) | (...) | (...) | (...);
                      created_at?: (...) | (...) | (...) | (...);
                      direction?: (...) | (...) | (...) | (...);
                      direction_label?: (...) | (...) | (...) | (...);
                      expired_at?: (...) | (...) | (...) | (...);
                      formatted_amount?: (...) | (...) | (...) | (...);
                      hash?: (...) | (...) | (...) | (...);
                      id?: (...) | (...) | (...) | (...);
                      income_hash?: (...) | (...) | (...) | (...);
                      is_final?: (...) | (...) | (...) | (...);
                      memo?: (...) | (...) | (...) | (...);
                      message?: (...) | (...) | (...) | (...);
                      outcome_hash?: (...) | (...) | (...) | (...);
                      payment_details?: (...) | (...);
                      payment_method_id?: (...) | (...) | (...) | (...);
                      provider?: (...) | (...) | (...) | (...);
                      quantity?: (...) | (...) | (...) | (...);
                      statement?: (...) | (...) | (...) | (...);
                      status?: (...) | (...) | (...) | (...);
                      status_label?: (...) | (...) | (...) | (...);
                      symbol?: (...) | (...) | (...) | (...);
                      type?: (...) | (...) | (...) | (...);
                      type_label?: (...) | (...) | (...) | (...);
                      updated_at?: (...) | (...) | (...) | (...);
                      username?: (...) | (...) | (...) | (...);
                      username_certificate?: (...) | (...);
                  }>;
                  totalCount?: boolean | `@${string}`;
                  totalPages?: boolean | `@${string}`;
              }>];
              getSystemInfo?: AliasType<{
                  __typename?: boolean | `@${string}`;
                  blockchain_account?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      account_name?: boolean | `@${(...)}`;
                      core_liquid_balance?: boolean | `@${(...)}`;
                      cpu_limit?: AliasType<(...)>;
                      cpu_weight?: boolean | `@${(...)}`;
                      created?: boolean | `@${(...)}`;
                      head_block_num?: boolean | `@${(...)}`;
                      head_block_time?: boolean | `@${(...)}`;
                      last_code_update?: boolean | `@${(...)}`;
                      net_limit?: AliasType<(...)>;
                      net_weight?: boolean | `@${(...)}`;
                      permissions?: AliasType<(...)>;
                      privileged?: boolean | `@${(...)}`;
                      ram_quota?: boolean | `@${(...)}`;
                      ram_usage?: boolean | `@${(...)}`;
                      refund_request?: AliasType<(...)>;
                      rex_info?: boolean | `@${(...)}`;
                      self_delegated_bandwidth?: AliasType<(...)>;
                      total_resources?: AliasType<(...)>;
                      voter_info?: boolean | `@${(...)}`;
                  }>;
                  blockchain_info?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      block_cpu_limit?: boolean | `@${(...)}`;
                      block_net_limit?: boolean | `@${(...)}`;
                      chain_id?: boolean | `@${(...)}`;
                      fork_db_head_block_id?: boolean | `@${(...)}`;
                      fork_db_head_block_num?: boolean | `@${(...)}`;
                      head_block_id?: boolean | `@${(...)}`;
                      head_block_num?: boolean | `@${(...)}`;
                      head_block_producer?: boolean | `@${(...)}`;
                      head_block_time?: boolean | `@${(...)}`;
                      last_irreversible_block_id?: boolean | `@${(...)}`;
                      last_irreversible_block_num?: boolean | `@${(...)}`;
                      last_irreversible_block_time?: boolean | `@${(...)}`;
                      server_version?: boolean | `@${(...)}`;
                      server_version_string?: boolean | `@${(...)}`;
                      virtual_block_cpu_limit?: boolean | `@${(...)}`;
                      virtual_block_net_limit?: boolean | `@${(...)}`;
                  }>;
                  contacts?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      chairman?: AliasType<(...)>;
                      details?: AliasType<(...)>;
                      email?: boolean | `@${(...)}`;
                      full_address?: boolean | `@${(...)}`;
                      full_name?: boolean | `@${(...)}`;
                      phone?: boolean | `@${(...)}`;
                  }>;
                  cooperator_account?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      active_participants_count?: boolean | `@${(...)}`;
                      announce?: boolean | `@${(...)}`;
                      coop_type?: boolean | `@${(...)}`;
                      created_at?: boolean | `@${(...)}`;
                      description?: boolean | `@${(...)}`;
                      document?: AliasType<(...)>;
                      initial?: boolean | `@${(...)}`;
                      is_branched?: boolean | `@${(...)}`;
                      is_cooperative?: boolean | `@${(...)}`;
                      is_enrolled?: boolean | `@${(...)}`;
                      meta?: boolean | `@${(...)}`;
                      minimum?: boolean | `@${(...)}`;
                      org_initial?: boolean | `@${(...)}`;
                      org_minimum?: boolean | `@${(...)}`;
                      org_registration?: boolean | `@${(...)}`;
                      parent_username?: boolean | `@${(...)}`;
                      referer?: boolean | `@${(...)}`;
                      registered_at?: boolean | `@${(...)}`;
                      registration?: boolean | `@${(...)}`;
                      registrator?: boolean | `@${(...)}`;
                      status?: boolean | `@${(...)}`;
                      storages?: boolean | `@${(...)}`;
                      type?: boolean | `@${(...)}`;
                      username?: boolean | `@${(...)}`;
                      verifications?: AliasType<(...)>;
                  }>;
                  coopname?: boolean | `@${string}`;
                  system_status?: boolean | `@${string}`;
                  vars?: AliasType<{
                      __typename?: boolean | `@${(...)}`;
                      confidential_email?: boolean | `@${(...)}`;
                      confidential_link?: boolean | `@${(...)}`;
                      contact_email?: boolean | `@${(...)}`;
                      coopenomics_agreement?: AliasType<(...)>;
                      coopname?: boolean | `@${(...)}`;
                      full_abbr?: boolean | `@${(...)}`;
                      full_abbr_dative?: boolean | `@${(...)}`;
                      full_abbr_genitive?: boolean | `@${(...)}`;
                      name?: boolean | `@${(...)}`;
                      participant_application?: AliasType<(...)>;
                      passport_request?: boolean | `@${(...)}`;
                      privacy_agreement?: AliasType<(...)>;
                      short_abbr?: boolean | `@${(...)}`;
                      signature_agreement?: AliasType<(...)>;
                      user_agreement?: AliasType<(...)>;
                      wallet_agreement?: AliasType<(...)>;
                      website?: boolean | `@${(...)}`;
                  }>;
              }>;
              getUserWebPushSubscriptions?: [{
                  data: {
                      username: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  authKey?: boolean | `@${string}`;
                  createdAt?: boolean | `@${string}`;
                  endpoint?: boolean | `@${string}`;
                  id?: boolean | `@${string}`;
                  isActive?: boolean | `@${string}`;
                  p256dhKey?: boolean | `@${string}`;
                  updatedAt?: boolean | `@${string}`;
                  userAgent?: boolean | `@${string}`;
                  username?: boolean | `@${string}`;
              }>];
              getWebPushSubscriptionStats?: AliasType<{
                  __typename?: boolean | `@${string}`;
                  active?: boolean | `@${string}`;
                  inactive?: boolean | `@${string}`;
                  total?: boolean | `@${string}`;
                  uniqueUsers?: boolean | `@${string}`;
              }>;
              searchPrivateAccounts?: [{
                  data: {
                      query: string | Variable<any, string>;
                  } | Variable<any, string>;
              }, AliasType<{
                  __typename?: boolean | `@${string}`;
                  data?: AliasType<{
                      ...on Entrepreneur?: (...) | (...);
                      ...on Individual?: (...) | (...);
                      ...on Organization?: (...) | (...);
                      __typename?: (...) | (...) | (...) | (...);
                  }>;
                  highlightedFields?: boolean | `@${string}`;
                  score?: boolean | `@${string}`;
                  type?: boolean | `@${string}`;
              }>];
          }>

        Parameters

        • o: Z & {
              [P in string | number | symbol]: P extends "__typename" | "__directives" | "__alias" | "capitalCommit" | "capitalCommits" | "capitalContributor" | "capitalContributors" | "capitalCycles" | "capitalDebt" | "capitalDebts" | "capitalExpense" | "capitalExpenses" | "capitalInvest" | "capitalInvests" | "capitalIssue" | "capitalIssues" | "capitalProgramInvest" | "capitalProgramInvests" | "capitalProject" | "capitalProjectWithRelations" | "capitalProjects" | "capitalResult" | "capitalResults" | "capitalState" | "capitalStories" | "capitalStory" | "capitalVote" | "capitalVotes" | "getAccount" | "getAccounts" | "getActions" | "getAgenda" | "getBranches" | "getCurrentTableStates" | "getDeltas" | "getDesktop" | "getDocuments" | "getExtensions" | "getLedger" | "getLedgerHistory" | "getMeet" | "getMeets" | "getPaymentMethods" | "getPayments" | "getSystemInfo" | "getUserWebPushSubscriptions" | "getWebPushSubscriptionStats" | "searchPrivateAccounts"
                  ? Z[P<P>]
                  : never
          }
        • Optional ops: OperationOptions & {
              variables?: Record<string, unknown>;
          }

        Returns Promise<InputType<{
            __typename: "Query";
            capitalCommit?: null | {
                __typename: "CapitalCommit";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                commit_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                status: CommitStatus;
                username?: null | string;
            };
            capitalCommits: {
                __typename: "PaginatedCapitalCommitsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalCommit";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    commit_hash: string;
                    coopname?: null | string;
                    created_at?: null | string;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    status: CommitStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalContributor?: null | {
                __typename: "CapitalContributor";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                appendixes?: null | string[];
                block_num?: null | number;
                blockchain_status?: null | string;
                contract?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                contributed_as_author?: null | number;
                contributed_as_contributor?: null | number;
                contributed_as_coordinator?: null | number;
                contributed_as_creator?: null | number;
                contributed_as_investor?: null | number;
                contributed_as_propertor?: null | number;
                contributor_hash: string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                display_name?: null | string;
                id?: null | number;
                is_external_contract?: null | boolean;
                memo?: null | string;
                present: boolean;
                rate_per_hour?: null | number;
                status: ContributorStatus;
                username?: null | string;
            };
            capitalContributors: {
                __typename: "PaginatedCapitalContributorsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalContributor";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    appendixes?: null | string[];
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    contract?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    contributed_as_author?: null | number;
                    contributed_as_contributor?: null | number;
                    contributed_as_coordinator?: null | number;
                    contributed_as_creator?: null | number;
                    contributed_as_investor?: null | number;
                    contributed_as_propertor?: null | number;
                    contributor_hash: string;
                    coopname?: null | string;
                    created_at?: null | string;
                    debt_amount?: null | number;
                    display_name?: null | string;
                    id?: null | number;
                    is_external_contract?: null | boolean;
                    memo?: null | string;
                    present: boolean;
                    rate_per_hour?: null | number;
                    status: ContributorStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalCycles: {
                __typename: "PaginatedCapitalCyclesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalCycle";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    end_date: "scalar" & {
                        name: "DateTime";
                    };
                    name: string;
                    present: boolean;
                    start_date: "scalar" & {
                        name: "DateTime";
                    };
                    status: CycleStatus;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalDebt?: null | {
                __typename: "CapitalDebt";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                debt_hash: string;
                id?: null | number;
                memo?: null | string;
                present: boolean;
                project_hash?: null | string;
                repaid_at?: null | string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                status: DebtStatus;
                username?: null | string;
            };
            capitalDebts: {
                __typename: "PaginatedCapitalDebtsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalDebt";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    approved_statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    debt_hash: string;
                    id?: null | number;
                    memo?: null | string;
                    present: boolean;
                    project_hash?: null | string;
                    repaid_at?: null | string;
                    statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    status: DebtStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalExpense?: null | {
                __typename: "CapitalExpense";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | string;
                approved_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                description?: null | string;
                expense_hash: string;
                expense_statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                fund_id?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                spended_at?: null | string;
                status: ExpenseStatus;
                username?: null | string;
            };
            capitalExpenses: {
                __typename: "PaginatedCapitalExpensesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalExpense";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | string;
                    approved_statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    description?: null | string;
                    expense_hash: string;
                    expense_statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    fund_id?: null | number;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    spended_at?: null | string;
                    status: ExpenseStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalInvest?: null | {
                __typename: "CapitalInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                coordinator?: null | string;
                coordinator_amount?: null | number;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                project_hash?: null | string;
                statement?: null | string;
                status: InvestStatus;
                username?: null | string;
            };
            capitalInvests: {
                __typename: "PaginatedCapitalInvestsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalInvest";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    coordinator?: null | string;
                    coordinator_amount?: null | number;
                    id?: null | number;
                    invest_hash: string;
                    invested_at?: null | string;
                    present: boolean;
                    project_hash?: null | string;
                    statement?: null | string;
                    status: InvestStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalIssue?: null | {
                __typename: "CapitalIssue";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                creators_hashs: string[];
                cycle_id?: null | string;
                description?: null | string;
                estimate: number;
                issue_hash: string;
                metadata: "scalar" & {
                    name: "JSON";
                };
                present: boolean;
                priority: IssuePriority;
                project_hash: string;
                sort_order: number;
                status: IssueStatus;
                submaster_hash?: null | string;
                title: string;
            };
            capitalIssues: {
                __typename: "PaginatedCapitalIssuesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalIssue";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    created_by: string;
                    creators_hashs: string[];
                    cycle_id?: null | string;
                    description?: null | string;
                    estimate: number;
                    issue_hash: string;
                    metadata: "scalar" & {
                        name: "JSON";
                    };
                    present: boolean;
                    priority: IssuePriority;
                    project_hash: string;
                    sort_order: number;
                    status: IssueStatus;
                    submaster_hash?: null | string;
                    title: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalProgramInvest?: null | {
                __typename: "CapitalProgramInvest";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                id?: null | number;
                invest_hash: string;
                invested_at?: null | string;
                present: boolean;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                status: ProgramInvestStatus;
                username?: null | string;
            };
            capitalProgramInvests: {
                __typename: "PaginatedCapitalProgramInvestsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalProgramInvest";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    id?: null | number;
                    invest_hash: string;
                    invested_at?: null | string;
                    present: boolean;
                    statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    status: ProgramInvestStatus;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalProject?: null | {
                __typename: "CapitalProject";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                components: {
                    __typename: "CapitalProjectComponent";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            };
            capitalProjectWithRelations?: null | {
                __typename: "CapitalProject";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                can_convert_to_project?: null | boolean;
                components: {
                    __typename: "CapitalProjectComponent";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                coopname?: null | string;
                created_at?: null | string;
                description?: null | string;
                id?: null | number;
                is_opened?: null | boolean;
                is_planed?: null | boolean;
                master?: null | string;
                meta?: null | string;
                parent_hash?: null | string;
                present: boolean;
                project_hash: string;
                status: ProjectStatus;
                title?: null | string;
            };
            capitalProjects: {
                __typename: "PaginatedCapitalProjectsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalProject";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    can_convert_to_project?: null | boolean;
                    components: {
                        __typename: "CapitalProjectComponent";
                        _created_at: "scalar" & {
                            name: ...;
                        };
                        _id: string;
                        _updated_at: "scalar" & {
                            name: ...;
                        };
                        block_num?: null | number;
                        blockchain_status?: null | string;
                        can_convert_to_project?: null | boolean;
                        coopname?: null | string;
                        created_at?: null | string;
                        description?: null | string;
                        id?: null | number;
                        is_opened?: null | boolean;
                        is_planed?: null | boolean;
                        master?: null | string;
                        meta?: null | string;
                        parent_hash?: null | string;
                        present: boolean;
                        project_hash: string;
                        status: ProjectStatus;
                        title?: null | string;
                    }[];
                    coopname?: null | string;
                    created_at?: null | string;
                    description?: null | string;
                    id?: null | number;
                    is_opened?: null | boolean;
                    is_planed?: null | boolean;
                    master?: null | string;
                    meta?: null | string;
                    parent_hash?: null | string;
                    present: boolean;
                    project_hash: string;
                    status: ProjectStatus;
                    title?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalResult?: null | {
                __typename: "CapitalResult";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                act?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                authorization?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                block_num?: null | number;
                blockchain_status?: null | string;
                coopname?: null | string;
                created_at?: null | string;
                debt_amount?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                result_hash: string;
                statement?: null | {
                    __typename: "DocumentAggregate";
                    document: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    hash: string;
                    rawDocument?: null | {
                        __typename: "GeneratedDocument";
                        binary: string;
                        full_title: string;
                        hash: string;
                        html: string;
                        meta: (...) & (...);
                    };
                };
                status: ResultStatus;
                total_amount?: null | number;
                username?: null | string;
            };
            capitalResults: {
                __typename: "PaginatedCapitalResultsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalResult";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    act?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    authorization?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    block_num?: null | number;
                    blockchain_status?: null | string;
                    coopname?: null | string;
                    created_at?: null | string;
                    debt_amount?: null | number;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    result_hash: string;
                    statement?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    status: ResultStatus;
                    total_amount?: null | number;
                    username?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalState?: null | {
                __typename: "CapitalState";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                config: {
                    __typename: "CapitalConfigObject";
                    authors_voting_percent: number;
                    coordinator_bonus_percent: number;
                    coordinator_invite_validity_days: number;
                    creators_voting_percent: number;
                    expense_pool_percent: number;
                    voting_period_in_days: number;
                };
                coopname: string;
                global_available_invest_pool: string;
                present: boolean;
                program_membership_available: string;
                program_membership_cumulative_reward_per_share: number;
                program_membership_distributed: string;
                program_membership_funded: string;
            };
            capitalStories: {
                __typename: "PaginatedCapitalStoriesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalStory";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    block_num?: null | number;
                    created_by: string;
                    description?: null | string;
                    issue_id?: null | string;
                    present: boolean;
                    project_hash?: null | string;
                    sort_order: number;
                    status: StoryStatus;
                    story_hash: string;
                    title: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            capitalStory?: null | {
                __typename: "CapitalStory";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                block_num?: null | number;
                created_by: string;
                description?: null | string;
                issue_id?: null | string;
                present: boolean;
                project_hash?: null | string;
                sort_order: number;
                status: StoryStatus;
                story_hash: string;
                title: string;
            };
            capitalVote?: null | {
                __typename: "CapitalVote";
                _created_at: "scalar" & {
                    name: "DateTime";
                };
                _id: string;
                _updated_at: "scalar" & {
                    name: "DateTime";
                };
                amount?: null | number;
                block_num?: null | number;
                id?: null | number;
                present: boolean;
                project_hash?: null | string;
                recipient?: null | string;
                voted_at?: null | string;
                voter?: null | string;
            };
            capitalVotes: {
                __typename: "PaginatedCapitalVotesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CapitalVote";
                    _created_at: "scalar" & {
                        name: "DateTime";
                    };
                    _id: string;
                    _updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    amount?: null | number;
                    block_num?: null | number;
                    id?: null | number;
                    present: boolean;
                    project_hash?: null | string;
                    recipient?: null | string;
                    voted_at?: null | string;
                    voter?: null | string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getAccount: {
                __typename: "Account";
                blockchain_account?: null | {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: (...)[];
                            keys: (...)[];
                            threshold: number;
                            waits: (...)[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                participant_account?: null | {
                    __typename: "ParticipantAccount";
                    braname?: null | string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    has_vote: boolean;
                    initial_amount?: null | string;
                    is_initial: boolean;
                    is_minimum: boolean;
                    last_min_pay: "scalar" & {
                        name: "DateTime";
                    };
                    last_update: "scalar" & {
                        name: "DateTime";
                    };
                    minimum_amount?: null | string;
                    status: string;
                    type?: null | string;
                    username: string;
                };
                private_account?: null | {
                    __typename: "PrivateAccount";
                    entrepreneur_data?: null | {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    individual_data?: null | {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    organization_data?: null | {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    type: AccountType;
                };
                provider_account?: null | {
                    __typename: "MonoAccount";
                    email: string;
                    has_account: boolean;
                    initial_order?: null | string;
                    is_email_verified: boolean;
                    is_registered: boolean;
                    message?: null | string;
                    public_key: string;
                    referer: string;
                    role: string;
                    status: UserStatus;
                    subscriber_hash: string;
                    subscriber_id: string;
                    type: string;
                    username: string;
                };
                user_account?: null | {
                    __typename: "UserAccount";
                    meta: string;
                    referer: string;
                    registered_at: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                username: string;
            };
            getAccounts: {
                __typename: "AccountsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "Account";
                    blockchain_account?: null | {
                        __typename: "BlockchainAccount";
                        account_name: string;
                        core_liquid_balance?: null | string;
                        cpu_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: (...) | (...) | (...);
                            last_usage_update_time?: (...) | (...) | (...);
                            max: string;
                            used: string;
                        };
                        cpu_weight: string;
                        created: string;
                        head_block_num: number;
                        head_block_time: string;
                        last_code_update: string;
                        net_limit: {
                            __typename: "AccountResourceInfo";
                            available: string;
                            current_used?: (...) | (...) | (...);
                            last_usage_update_time?: (...) | (...) | (...);
                            max: string;
                            used: string;
                        };
                        net_weight: string;
                        permissions: {
                            __typename: ...;
                            parent: ...;
                            perm_name: ...;
                            required_auth: ...;
                        }[];
                        privileged: boolean;
                        ram_quota: number;
                        ram_usage: number;
                        refund_request?: null | {
                            __typename: ...;
                            cpu_amount: ...;
                            net_amount: ...;
                            owner: ...;
                            request_time: ...;
                        };
                        rex_info?: null | string;
                        self_delegated_bandwidth?: null | {
                            __typename: ...;
                            cpu_weight: ...;
                            from: ...;
                            net_weight: ...;
                            to: ...;
                        };
                        total_resources?: null | {
                            __typename: ...;
                            cpu_weight: ...;
                            net_weight: ...;
                            owner: ...;
                            ram_bytes: ...;
                        };
                        voter_info?: null | string;
                    };
                    participant_account?: null | {
                        __typename: "ParticipantAccount";
                        braname?: null | string;
                        created_at: "scalar" & {
                            name: ...;
                        };
                        has_vote: boolean;
                        initial_amount?: null | string;
                        is_initial: boolean;
                        is_minimum: boolean;
                        last_min_pay: "scalar" & {
                            name: ...;
                        };
                        last_update: "scalar" & {
                            name: ...;
                        };
                        minimum_amount?: null | string;
                        status: string;
                        type?: null | string;
                        username: string;
                    };
                    private_account?: null | {
                        __typename: "PrivateAccount";
                        entrepreneur_data?: null | {
                            __typename: ...;
                            birthdate: ...;
                            city: ...;
                            country: ...;
                            details: ...;
                            email: ...;
                            first_name: ...;
                            full_address: ...;
                            last_name: ...;
                            middle_name: ...;
                            phone: ...;
                            username: ...;
                        };
                        individual_data?: null | {
                            __typename: ...;
                            birthdate: ...;
                            email: ...;
                            first_name: ...;
                            full_address: ...;
                            last_name: ...;
                            middle_name: ...;
                            passport?: ...;
                            phone: ...;
                            username: ...;
                        };
                        organization_data?: null | {
                            __typename: ...;
                            city: ...;
                            country: ...;
                            details: ...;
                            email: ...;
                            fact_address: ...;
                            full_address: ...;
                            full_name: ...;
                            phone: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        type: AccountType;
                    };
                    provider_account?: null | {
                        __typename: "MonoAccount";
                        email: string;
                        has_account: boolean;
                        initial_order?: null | string;
                        is_email_verified: boolean;
                        is_registered: boolean;
                        message?: null | string;
                        public_key: string;
                        referer: string;
                        role: string;
                        status: UserStatus;
                        subscriber_hash: string;
                        subscriber_id: string;
                        type: string;
                        username: string;
                    };
                    user_account?: null | {
                        __typename: "UserAccount";
                        meta: string;
                        referer: string;
                        registered_at: string;
                        registrator: string;
                        status: string;
                        storages: string[];
                        type: string;
                        username: string;
                        verifications: {
                            __typename: ...;
                            created_at: ...;
                            is_verified: ...;
                            last_update: ...;
                            notice: ...;
                            procedure: ...;
                            verificator: ...;
                        }[];
                    };
                    username: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getActions: {
                __typename: "PaginatedActionsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "BlockchainAction";
                    account: string;
                    account_ram_deltas: {
                        __typename: "AccountRamDelta";
                        account: string;
                        delta: number;
                    }[];
                    action_ordinal: number;
                    authorization: {
                        __typename: "ActionAuthorization";
                        actor: string;
                        permission: string;
                    }[];
                    block_id: string;
                    block_num: number;
                    chain_id: string;
                    console: string;
                    context_free: boolean;
                    creator_action_ordinal: number;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    elapsed: number;
                    global_sequence: string;
                    name: string;
                    receipt: {
                        __typename: "ActionReceipt";
                        abi_sequence: number;
                        act_digest: string;
                        auth_sequence: {
                            __typename: "AuthSequence";
                            account: string;
                            sequence: string;
                        }[];
                        code_sequence: number;
                        global_sequence: string;
                        receiver: string;
                        recv_sequence: string;
                    };
                    receiver: string;
                    transaction_id: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getAgenda: {
                __typename: "AgendaWithDocuments";
                action: {
                    __typename: "BlockchainAction";
                    account: string;
                    account_ram_deltas: {
                        __typename: "AccountRamDelta";
                        account: string;
                        delta: number;
                    }[];
                    action_ordinal: number;
                    authorization: {
                        __typename: "ActionAuthorization";
                        actor: string;
                        permission: string;
                    }[];
                    block_id: string;
                    block_num: number;
                    chain_id: string;
                    console: string;
                    context_free: boolean;
                    creator_action_ordinal: number;
                    data: "scalar" & {
                        name: "JSON";
                    };
                    elapsed: number;
                    global_sequence: string;
                    name: string;
                    receipt: {
                        __typename: "ActionReceipt";
                        abi_sequence: number;
                        act_digest: string;
                        auth_sequence: {
                            __typename: "AuthSequence";
                            account: string;
                            sequence: string;
                        }[];
                        code_sequence: number;
                        global_sequence: string;
                        receiver: string;
                        recv_sequence: string;
                    };
                    receiver: string;
                    transaction_id: string;
                };
                documents: {
                    __typename: "DocumentPackageAggregate";
                    acts: {
                        __typename: "ActDetailAggregate";
                        action?: null | {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        };
                        documentAggregate?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                    }[];
                    decision?: null | {
                        __typename: "DecisionDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        votes_against: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                        votes_for: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                    };
                    links: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    }[];
                    statement?: null | {
                        __typename: "StatementDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                    };
                };
                table: {
                    __typename: "BlockchainDecision";
                    approved: boolean;
                    authorization: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    authorized: boolean;
                    authorized_by: string;
                    batch_id: number;
                    callback_contract?: null | string;
                    confirm_callback?: null | string;
                    coopname: string;
                    created_at: string;
                    decline_callback?: null | string;
                    expired_at: string;
                    hash?: null | string;
                    id: number;
                    meta: string;
                    statement: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    type: string;
                    username: string;
                    username_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    validated: boolean;
                    votes_against: string[];
                    votes_against_certificates: {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    }[];
                    votes_for: string[];
                    votes_for_certificates: {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    }[];
                };
            }[];
            getBranches: {
                __typename: "Branch";
                bank_account: {
                    __typename: "BankPaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        __typename: "BankAccount";
                        account_number: string;
                        bank_name: string;
                        card_number?: null | string;
                        currency: string;
                        details: {
                            __typename: "BankAccountDetails";
                            bik: string;
                            corr: string;
                            kpp: string;
                        };
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                };
                braname: string;
                city: string;
                coopname: string;
                country: string;
                details: {
                    __typename: "OrganizationDetails";
                    inn: string;
                    kpp: string;
                    ogrn: string;
                };
                email: string;
                fact_address: string;
                full_address: string;
                full_name: string;
                phone: string;
                represented_by: {
                    __typename: "RepresentedBy";
                    based_on: string;
                    first_name: string;
                    last_name: string;
                    middle_name: string;
                    position: string;
                };
                short_name: string;
                trusted: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                }[];
                trustee: {
                    __typename: "Individual";
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: null | {
                        __typename: "Passport";
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                type: string;
            }[];
            getCurrentTableStates: {
                __typename: "PaginatedCurrentTableStatesPaginationResult";
                currentPage: number;
                items: {
                    __typename: "CurrentTableState";
                    block_num: number;
                    code: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    primary_key: string;
                    scope: string;
                    table: string;
                    value?: null | "scalar" & {
                        name: "JSON";
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getDeltas: {
                __typename: "PaginatedDeltasPaginationResult";
                currentPage: number;
                items: {
                    __typename: "Delta";
                    block_id: string;
                    block_num: number;
                    chain_id: string;
                    code: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    id: string;
                    present: boolean;
                    primary_key: string;
                    scope: string;
                    table: string;
                    value?: null | "scalar" & {
                        name: "JSON";
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getDesktop: {
                __typename: "Desktop";
                authorizedHome: string;
                coopname: string;
                layout: string;
                nonAuthorizedHome: string;
                workspaces: {
                    __typename: "DesktopWorkspace";
                    name: string;
                    title: string;
                }[];
            };
            getDocuments: {
                __typename: "DocumentsAggregatePaginationResult";
                currentPage: number;
                items: {
                    __typename: "DocumentPackageAggregate";
                    acts: {
                        __typename: "ActDetailAggregate";
                        action?: null | {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        };
                        documentAggregate?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                    }[];
                    decision?: null | {
                        __typename: "DecisionDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        votes_against: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                        votes_for: {
                            __typename: ...;
                            account: ...;
                            account_ram_deltas: ...;
                            action_ordinal: ...;
                            actor_certificate?: ...;
                            authorization: ...;
                            block_id: ...;
                            block_num: ...;
                            chain_id: ...;
                            console: ...;
                            context_free: ...;
                            creator_action_ordinal: ...;
                            data: ...;
                            elapsed: ...;
                            global_sequence: ...;
                            name: ...;
                            receipt: ...;
                            receiver: ...;
                            transaction_id: ...;
                        }[];
                    };
                    links: {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    }[];
                    statement?: null | {
                        __typename: "StatementDetailAggregate";
                        action: {
                            __typename: "ExtendedBlockchainAction";
                            account: string;
                            account_ram_deltas: (...)[];
                            action_ordinal: number;
                            actor_certificate?: (...) | (...) | (...);
                            authorization: (...)[];
                            block_id: string;
                            block_num: number;
                            chain_id: string;
                            console: string;
                            context_free: boolean;
                            creator_action_ordinal: number;
                            data: (...) & (...);
                            elapsed: number;
                            global_sequence: string;
                            name: string;
                            receipt: {
                                __typename: ...;
                                abi_sequence: ...;
                                act_digest: ...;
                                auth_sequence: ...;
                                code_sequence: ...;
                                global_sequence: ...;
                                receiver: ...;
                                recv_sequence: ...;
                            };
                            receiver: string;
                            transaction_id: string;
                        };
                        documentAggregate: {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getExtensions: {
                __typename: "Extension";
                config?: null | "scalar" & {
                    name: "JSON";
                };
                created_at: "scalar" & {
                    name: "DateTime";
                };
                description?: null | string;
                enabled: boolean;
                external_url?: null | string;
                image?: null | string;
                instructions: string;
                is_available: boolean;
                is_builtin: boolean;
                is_desktop: boolean;
                is_installed: boolean;
                is_internal: boolean;
                name: string;
                readme: string;
                schema?: null | "scalar" & {
                    name: "JSON";
                };
                tags: string[];
                title?: null | string;
                updated_at: "scalar" & {
                    name: "DateTime";
                };
            }[];
            getLedger: {
                __typename: "LedgerState";
                chartOfAccounts: {
                    __typename: "ChartOfAccountsItem";
                    available: string;
                    blocked: string;
                    displayId: string;
                    id: number;
                    name: string;
                    writeoff: string;
                }[];
                coopname: string;
            };
            getLedgerHistory: {
                __typename: "LedgerHistoryResponse";
                currentPage: number;
                items: {
                    __typename: "LedgerOperation";
                    account_id: number;
                    action: string;
                    comment?: null | string;
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    global_sequence: number;
                    quantity: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getMeet: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: "JSON";
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: (...) | (...) | (...) | (...);
                            meta: (...) & (...);
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: (...) | (...) | (...);
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: "SignedDigitalDocument";
                            doc_hash: string;
                            hash: string;
                            meta: (...) & (...);
                            meta_hash: string;
                            signatures: (...)[];
                            version: string;
                        };
                        hash: string;
                        rawDocument?: null | {
                            __typename: ...;
                            binary: ...;
                            full_title: ...;
                            hash: ...;
                            html: ...;
                            meta: ...;
                        };
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        close_at: "scalar" & {
                            name: "DateTime";
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: "DateTime";
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        decision2?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: "DateTime";
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        proposal?: null | {
                            __typename: "DocumentAggregate";
                            document: {
                                __typename: ...;
                                doc_hash: ...;
                                hash: ...;
                                meta: ...;
                                meta_hash: ...;
                                signatures: ...;
                                version: ...;
                            };
                            hash: string;
                            rawDocument?: (...) | (...) | (...);
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: (...) & (...);
                            ...on IndividualCertificate: (...) & (...);
                            ...on OrganizationCertificate: (...) & (...);
                            __typename: (...) | (...) | (...);
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: string[];
                        voters_against: string[];
                        voters_for: string[];
                    }[];
                };
            };
            getMeets: {
                __typename: "MeetAggregate";
                hash: string;
                pre?: null | {
                    __typename: "MeetPreProcessing";
                    agenda: {
                        __typename: "AgendaMeetPoint";
                        context: string;
                        decision: string;
                        title: string;
                    }[];
                    close_at: "scalar" & {
                        name: "DateTime";
                    };
                    coopname: string;
                    hash: string;
                    initiator: string;
                    initiator_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    open_at: "scalar" & {
                        name: "DateTime";
                    };
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    proposal?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                };
                processed?: null | {
                    __typename: "MeetProcessed";
                    coopname: string;
                    decision: {
                        __typename: "SignedDigitalDocument";
                        doc_hash: string;
                        hash: string;
                        meta: "scalar" & {
                            name: ...;
                        };
                        meta_hash: string;
                        signatures: {
                            __typename: ...;
                            id: ...;
                            is_valid?: ...;
                            meta: ...;
                            public_key: ...;
                            signature: ...;
                            signed_at: ...;
                            signed_hash: ...;
                            signer: ...;
                            signer_certificate?: ...;
                        }[];
                        version: string;
                    };
                    decisionAggregate?: null | {
                        __typename: "DocumentAggregate";
                        document: {
                            __typename: ...;
                            doc_hash: ...;
                            hash: ...;
                            meta: ...;
                            meta_hash: ...;
                            signatures: ...;
                            version: ...;
                        };
                        hash: string;
                        rawDocument?: (...) | (...) | (...);
                    };
                    hash: string;
                    presider: string;
                    presider_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    quorum_passed: boolean;
                    quorum_percent: number;
                    results: {
                        __typename: "MeetQuestionResult";
                        accepted: boolean;
                        context: string;
                        decision: string;
                        number: number;
                        question_id: number;
                        title: string;
                        votes_abstained: number;
                        votes_against: number;
                        votes_for: number;
                    }[];
                    secretary: string;
                    secretary_certificate?: null | {
                        ...on EntrepreneurCertificate: (...) & (...);
                        ...on IndividualCertificate: (...) & (...);
                        ...on OrganizationCertificate: (...) & (...);
                        __typename: (...) | (...) | (...);
                    };
                    signed_ballots: number;
                };
                processing?: null | {
                    __typename: "MeetProcessing";
                    extendedStatus: ExtendedMeetStatus;
                    hash: string;
                    isVoted: boolean;
                    meet: {
                        __typename: "Meet";
                        authorization?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        close_at: "scalar" & {
                            name: ...;
                        };
                        coopname: string;
                        created_at: "scalar" & {
                            name: ...;
                        };
                        current_quorum_percent: number;
                        cycle: number;
                        decision1?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        decision2?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        hash: string;
                        id: number;
                        initiator: string;
                        initiator_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                        level: string;
                        notified_users: string[];
                        open_at: "scalar" & {
                            name: ...;
                        };
                        presider: string;
                        presider_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                        proposal?: null | {
                            __typename: ...;
                            document: ...;
                            hash: ...;
                            rawDocument?: ...;
                        };
                        quorum_passed: boolean;
                        quorum_percent: number;
                        secretary: string;
                        secretary_certificate?: null | {
                            ...on EntrepreneurCertificate: ...;
                            ...on IndividualCertificate: ...;
                            ...on OrganizationCertificate: ...;
                            __typename: ...;
                        };
                        signed_ballots: number;
                        status: string;
                        type: string;
                    };
                    questions: {
                        __typename: "Question";
                        context: string;
                        coopname: string;
                        counter_votes_abstained: number;
                        counter_votes_against: number;
                        counter_votes_for: number;
                        decision: string;
                        id: number;
                        meet_id: number;
                        number: number;
                        title: string;
                        voters_abstained: (...)[];
                        voters_against: (...)[];
                        voters_for: (...)[];
                    }[];
                };
            }[];
            getPaymentMethods: {
                __typename: "PaymentMethodPaginationResult";
                currentPage: number;
                items: {
                    __typename: "PaymentMethod";
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    data: {
                        ...on BankAccount: "__union" & {
                            __typename: "BankAccount";
                            account_number: string;
                            bank_name: string;
                            card_number?: (...) | (...) | (...);
                            currency: string;
                            details: {
                                __typename: ...;
                                bik: ...;
                                corr: ...;
                                kpp: ...;
                            };
                        };
                        ...on SbpAccount: "__union" & {
                            __typename: "SbpAccount";
                            phone: string;
                        };
                        __typename: "BankAccount" | "SbpAccount";
                    };
                    is_default: boolean;
                    method_id: string;
                    method_type: string;
                    updated_at: "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                }[];
                totalCount: number;
                totalPages: number;
            };
            getPayments: {
                __typename: "PaginatedGatewayPaymentsPaginationResult";
                currentPage: number;
                items: {
                    __typename: "GatewayPayment";
                    blockchain_data?: null | "scalar" & {
                        name: "JSON";
                    };
                    can_change_status: boolean;
                    coopname: string;
                    created_at: "scalar" & {
                        name: "DateTime";
                    };
                    direction: PaymentDirection;
                    direction_label: string;
                    expired_at?: null | "scalar" & {
                        name: "DateTime";
                    };
                    formatted_amount: string;
                    hash?: null | string;
                    id?: null | string;
                    income_hash?: null | string;
                    is_final: boolean;
                    memo?: null | string;
                    message?: null | string;
                    outcome_hash?: null | string;
                    payment_details?: null | {
                        __typename: "PaymentDetails";
                        amount_plus_fee: string;
                        amount_without_fee: string;
                        data: "scalar" & {
                            name: ...;
                        };
                        fact_fee_percent: number;
                        fee_amount: string;
                        fee_percent: number;
                        tolerance_percent: number;
                    };
                    payment_method_id?: null | string;
                    provider?: null | string;
                    quantity: number;
                    statement?: null | "scalar" & {
                        name: "JSON";
                    };
                    status: PaymentStatus;
                    status_label: string;
                    symbol: string;
                    type: PaymentType;
                    type_label: string;
                    updated_at?: null | "scalar" & {
                        name: "DateTime";
                    };
                    username: string;
                    username_certificate?: null | {
                        ...on EntrepreneurCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            inn: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on IndividualCertificate: "__union" & {
                            __typename: ...;
                            first_name: ...;
                            last_name: ...;
                            middle_name?: ...;
                            type: ...;
                            username: ...;
                        };
                        ...on OrganizationCertificate: "__union" & {
                            __typename: ...;
                            inn: ...;
                            ogrn: ...;
                            represented_by: ...;
                            short_name: ...;
                            type: ...;
                            username: ...;
                        };
                        __typename: "EntrepreneurCertificate" | "IndividualCertificate" | "OrganizationCertificate";
                    };
                }[];
                totalCount: number;
                totalPages: number;
            };
            getSystemInfo: {
                __typename: "SystemInfo";
                blockchain_account: {
                    __typename: "BlockchainAccount";
                    account_name: string;
                    core_liquid_balance?: null | string;
                    cpu_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    cpu_weight: string;
                    created: string;
                    head_block_num: number;
                    head_block_time: string;
                    last_code_update: string;
                    net_limit: {
                        __typename: "AccountResourceInfo";
                        available: string;
                        current_used?: null | string;
                        last_usage_update_time?: null | string;
                        max: string;
                        used: string;
                    };
                    net_weight: string;
                    permissions: {
                        __typename: "Permission";
                        parent: string;
                        perm_name: string;
                        required_auth: {
                            __typename: "Authority";
                            accounts: {
                                __typename: ...;
                                permission: ...;
                                weight: ...;
                            }[];
                            keys: {
                                __typename: ...;
                                key: ...;
                                weight: ...;
                            }[];
                            threshold: number;
                            waits: {
                                __typename: ...;
                                wait_sec: ...;
                                weight: ...;
                            }[];
                        };
                    }[];
                    privileged: boolean;
                    ram_quota: number;
                    ram_usage: number;
                    refund_request?: null | {
                        __typename: "RefundRequest";
                        cpu_amount: string;
                        net_amount: string;
                        owner: string;
                        request_time: string;
                    };
                    rex_info?: null | string;
                    self_delegated_bandwidth?: null | {
                        __typename: "ResourceDelegationDTO";
                        cpu_weight: string;
                        from: string;
                        net_weight: string;
                        to: string;
                    };
                    total_resources?: null | {
                        __typename: "ResourceOverview";
                        cpu_weight: string;
                        net_weight: string;
                        owner: string;
                        ram_bytes: number;
                    };
                    voter_info?: null | string;
                };
                blockchain_info: {
                    __typename: "BlockchainInfoDTO";
                    block_cpu_limit: number;
                    block_net_limit: number;
                    chain_id: string;
                    fork_db_head_block_id?: null | string;
                    fork_db_head_block_num?: null | number;
                    head_block_id: string;
                    head_block_num: number;
                    head_block_producer: string;
                    head_block_time: string;
                    last_irreversible_block_id: string;
                    last_irreversible_block_num: number;
                    last_irreversible_block_time?: null | string;
                    server_version: string;
                    server_version_string?: null | string;
                    virtual_block_cpu_limit: number;
                    virtual_block_net_limit: number;
                };
                contacts?: null | {
                    __typename: "ContactsDTO";
                    chairman: {
                        __typename: "PublicChairman";
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                    };
                    details: {
                        __typename: "OrganizationDetails";
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                };
                cooperator_account: {
                    __typename: "CooperativeOperatorAccount";
                    active_participants_count: number;
                    announce: string;
                    coop_type: string;
                    created_at: string;
                    description: string;
                    document: {
                        __typename: "SignedBlockchainDocument";
                        doc_hash: string;
                        hash: string;
                        meta: string;
                        meta_hash: string;
                        signatures: {
                            __typename: "SignatureInfo";
                            id: number;
                            is_valid?: null | boolean;
                            meta: "scalar" & {
                                name: ...;
                            };
                            public_key: string;
                            signature: string;
                            signed_at: string;
                            signed_hash: string;
                            signer: string;
                            signer_certificate?: null | {
                                ...on EntrepreneurCertificate: ...;
                                ...on IndividualCertificate: ...;
                                ...on OrganizationCertificate: ...;
                                __typename: ...;
                            };
                        }[];
                        version: string;
                    };
                    initial: string;
                    is_branched: boolean;
                    is_cooperative: boolean;
                    is_enrolled: boolean;
                    meta: string;
                    minimum: string;
                    org_initial: string;
                    org_minimum: string;
                    org_registration: string;
                    parent_username: string;
                    referer: string;
                    registered_at: string;
                    registration: string;
                    registrator: string;
                    status: string;
                    storages: string[];
                    type: string;
                    username: string;
                    verifications: {
                        __typename: "Verification";
                        created_at: string;
                        is_verified: boolean;
                        last_update: string;
                        notice: string;
                        procedure: string;
                        verificator: string;
                    }[];
                };
                coopname: string;
                system_status: SystemStatus;
                vars?: null | {
                    __typename: "Vars";
                    confidential_email: string;
                    confidential_link: string;
                    contact_email: string;
                    coopenomics_agreement?: null | {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    coopname: string;
                    full_abbr: string;
                    full_abbr_dative: string;
                    full_abbr_genitive: string;
                    name: string;
                    participant_application: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    passport_request: string;
                    privacy_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    short_abbr: string;
                    signature_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    user_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    wallet_agreement: {
                        __typename: "AgreementVar";
                        protocol_day_month_year: string;
                        protocol_number: string;
                    };
                    website: string;
                };
            };
            getUserWebPushSubscriptions: {
                __typename: "WebPushSubscriptionDto";
                authKey: string;
                createdAt: "scalar" & {
                    name: "DateTime";
                };
                endpoint: string;
                id: string;
                isActive: boolean;
                p256dhKey: string;
                updatedAt: "scalar" & {
                    name: "DateTime";
                };
                userAgent?: null | string;
                username: string;
            }[];
            getWebPushSubscriptionStats: {
                __typename: "SubscriptionStatsDto";
                active: number;
                inactive: number;
                total: number;
                uniqueUsers: number;
            };
            searchPrivateAccounts: {
                __typename: "PrivateAccountSearchResult";
                data: {
                    ...on Entrepreneur: "__union" & {
                        __typename: "Entrepreneur";
                        birthdate: string;
                        city: string;
                        country: string;
                        details: {
                            __typename: "EntrepreneurDetails";
                            inn: string;
                            ogrn: string;
                        };
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        phone: string;
                        username: string;
                    };
                    ...on Individual: "__union" & {
                        __typename: "Individual";
                        birthdate: string;
                        email: string;
                        first_name: string;
                        full_address: string;
                        last_name: string;
                        middle_name: string;
                        passport?: null | {
                            __typename: ...;
                            code: ...;
                            issued_at: ...;
                            issued_by: ...;
                            number: ...;
                            series: ...;
                        };
                        phone: string;
                        username: string;
                    };
                    ...on Organization: "__union" & {
                        __typename: "Organization";
                        city: string;
                        country: string;
                        details: {
                            __typename: "OrganizationDetails";
                            inn: string;
                            kpp: string;
                            ogrn: string;
                        };
                        email: string;
                        fact_address: string;
                        full_address: string;
                        full_name: string;
                        phone: string;
                        represented_by: {
                            __typename: "RepresentedBy";
                            based_on: string;
                            first_name: string;
                            last_name: string;
                            middle_name: string;
                            position: string;
                        };
                        short_name: string;
                        type: string;
                        username: string;
                    };
                    __typename: "Individual" | "Entrepreneur" | "Organization";
                };
                highlightedFields?: null | string[];
                score?: null | number;
                type: string;
            }[];
        }, Z, UnionOverrideKeys<ScalarDefinition, ScalarDefinition>>>

Methods

  • Логин пользователя с использованием email и WIF.

    Parameters

    • email: string

      Email пользователя.

    • wif: string

      Приватный ключ в формате WIF.

    Returns Promise<{
        account: {
            blockchain_account?: {
                account_name: string;
                core_liquid_balance?: null | string;
                cpu_limit: {
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                cpu_weight: string;
                created: string;
                head_block_num: number;
                head_block_time: string;
                last_code_update: string;
                net_limit: {
                    available: string;
                    current_used?: null | string;
                    last_usage_update_time?: null | string;
                    max: string;
                    used: string;
                };
                net_weight: string;
                permissions: {
                    parent: string;
                    perm_name: string;
                    required_auth: {
                        accounts: {
                            permission: {
                                actor: ...;
                                permission: ...;
                            };
                            weight: number;
                        }[];
                        keys: {
                            key: string;
                            weight: number;
                        }[];
                        threshold: number;
                        waits: {
                            wait_sec: number;
                            weight: number;
                        }[];
                    };
                }[];
                privileged: boolean;
                ram_quota: number;
                ram_usage: number;
                refund_request?: {
                    cpu_amount: string;
                    net_amount: string;
                    owner: string;
                    request_time: string;
                };
                rex_info?: null | string;
                self_delegated_bandwidth?: {
                    cpu_weight: string;
                    from: string;
                    net_weight: string;
                    to: string;
                };
                total_resources?: {
                    cpu_weight: string;
                    net_weight: string;
                    owner: string;
                    ram_bytes: number;
                };
                voter_info?: null | string;
            };
            participant_account?: {
                braname?: null | string;
                created_at: unknown;
                has_vote: boolean;
                initial_amount?: null | string;
                is_initial: boolean;
                is_minimum: boolean;
                last_min_pay: unknown;
                last_update: unknown;
                minimum_amount?: null | string;
                status: string;
                type?: null | string;
                username: string;
            };
            private_account?: {
                entrepreneur_data?: {
                    birthdate: string;
                    city: string;
                    country: string;
                    details: {
                        inn: string;
                        ogrn: string;
                    };
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    phone: string;
                    username: string;
                };
                individual_data?: {
                    birthdate: string;
                    email: string;
                    first_name: string;
                    full_address: string;
                    last_name: string;
                    middle_name: string;
                    passport?: {
                        code: string;
                        issued_at: string;
                        issued_by: string;
                        number: number;
                        series: number;
                    };
                    phone: string;
                    username: string;
                };
                organization_data?: {
                    city: string;
                    country: string;
                    details: {
                        inn: string;
                        kpp: string;
                        ogrn: string;
                    };
                    email: string;
                    fact_address: string;
                    full_address: string;
                    full_name: string;
                    phone: string;
                    represented_by: {
                        based_on: string;
                        first_name: string;
                        last_name: string;
                        middle_name: string;
                        position: string;
                    };
                    short_name: string;
                    type: string;
                    username: string;
                };
                type: AccountType;
            };
            provider_account?: {
                email: string;
                has_account: boolean;
                initial_order?: null | string;
                is_email_verified: boolean;
                is_registered: boolean;
                message?: null | string;
                public_key: string;
                referer: string;
                role: string;
                status: UserStatus;
                subscriber_hash: string;
                subscriber_id: string;
                type: string;
                username: string;
            };
            user_account?: {
                meta: string;
                referer: string;
                registered_at: string;
                registrator: string;
                status: string;
                storages: string[];
                type: string;
                username: string;
                verifications: {
                    created_at: string;
                    is_verified: boolean;
                    last_update: string;
                    notice: string;
                    procedure: string;
                    verificator: string;
                }[];
            };
            username: string;
        };
        tokens: {
            access: {
                expires: unknown;
                token: string;
            };
            refresh: {
                expires: unknown;
                token: string;
            };
        };
    }>

    Результат логина.

  • Установка токена авторизации.

    Parameters

    • token: string

      Токен для заголовков Authorization.

    Returns void

  • Установка WIF.

    Parameters

    • username: string
    • wif: string

      WIF для установки.

    Returns void